Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Some error when install MPAS V7.3

a0989985335

New member
I saw
to install MPAS V7.3.
And when I to 5.6.7 Install Parallel I/O Library. After use "CC=mpicc FC=mpifort cmake -DNetCDF_C_PATH=/home/ubuntu/Build_MPAS/LIBRARIES/netcdf -DNetCDF_Fortran_PATH=/home/ubuntu/Build_MPAS/LIBRARIES/netcdf -DPnetCDF_PATH=/home/ubuntu/Build_MPAS/LIBRARIES/pnetcdf -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_TIMING=OFF -DCMAKE_INSTALL_PREFIX=/home/ubuntu/Build_MPAS/LIBRARIES/pio .."
why get error message
"-- Checking whether Fortran compiler supports c_sizeof - failed

CMake Error at /usr/share/cmake-3.22/Modules/ExternalProject.cmake:2666 (message): error: could not find git for clone of genf90

Call Stack (most recent call first):

/usr/share/cmake-3.22/Modules/ExternalProject.cmake:3716 (_ep_add_download_command)

src/flib/CMakeLists.txt:126 (ExternalProject_Add)"

1670182155283.png
 
Thanks for reaching out! Since I'm unsure if the error in the picture is a different attempt or how it is related, I want to focus on the other error for now.

Based on what you pasted into the last message about genf90, it seems that the git command can't be found. You may need to install it using apt. What does the output of which git look like when run inside your virtual machine?

Thanks for pasting the link to that video, too. I haven't watched it yet, but from a quick look it seems to be a good resource!

(Also, pictures of command line output don't work very well for our forum. Instead, it works better to copy/paste the text . If it's in text, other users can use the forum's search to find similar errors. Pictures can't be searched as well as having other issues like color, resolution, file size, ...)
 
Thanks for reaching out! Since I'm unsure if the error in the picture is a different attempt or how it is related, I want to focus on the other error for now.

Based on what you pasted into the last message about genf90, it seems that the git command can't be found. You may need to install it using apt. What does the output of which git look like when run inside your virtual machine?

Thanks for pasting the link to that video, too. I haven't watched it yet, but from a quick look it seems to be a good resource!

(Also, pictures of command line output don't work very well for our forum. Instead, it works better to copy/paste the text . If it's in text, other users can use the forum's search to find similar errors. Pictures can't be searched as well as having other issues like color, resolution, file size, ...)
Thanks for your guidance. Before I did not install the git software. After install. MPAS programs can be compiled and executed.
 
Top