afernandezody
Member
Hello,
I was trying to compile WRF-4.5 with the NVHPC (23.3) compilers but it broke down at the compilation of module_firebrand_spotting_mpi. Compiling this file also fails as:
Thanks.
I was trying to compile WRF-4.5 with the NVHPC (23.3) compilers but it broke down at the compilation of module_firebrand_spotting_mpi. Compiling this file also fails as:
This doesn't happen with GCC./opt/compluvium/openmpi/bin/mpif90 -o module_firebrand_spotting_mpi.o -c -fast -w -Mfree -byteswapio -I../dyn_em -module /home/ubuntu/WRF-4.5NV/main -I/home/ubuntu/WRF-4.5NV/external/esmf_time_f90 -I/home/ubuntu/WRF-4.5NV/main -I/home/ubuntu/WRF-4.5NV/external/io_netcdf -I/home/ubuntu/WRF-4.5NV/external/io_int -I/home/ubuntu/WRF-4.5NV/frame -I/home/ubuntu/WRF-4.5NV/share -I/home/ubuntu/WRF-4.5NV/phys -I/home/ubuntu/WRF-4.5NV/wrftladj -I/home/ubuntu/WRF-4.5NV/chem -I/home/ubuntu/WRF-4.5NV/inc -I/opt/compluvium/netcdf/include -r4 -i4 module_firebrand_spotting_mpi.f90
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_recv (module_firebrand_spotting_mpi.f90: 192)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_recvbuffsize
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_recv (module_firebrand_spotting_mpi.f90: 222)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_recvbuff1_real
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_recv (module_firebrand_spotting_mpi.f90: 253)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_recvbuff1_int
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_send (module_firebrand_spotting_mpi.f90: 501)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_nothing2send
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_send (module_firebrand_spotting_mpi.f90: 690)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_sendbuffsize
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_send (module_firebrand_spotting_mpi.f90: 716)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_sendbuff1_real
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_send (module_firebrand_spotting_mpi.f90: 744)
0 inform, 0 warnings, 1 severes, 0 fatal for fs_mpi_sendbuff1_int
ubuntu@ip-172-31-25-180:~/WRF-4.5NV/phys$ vi module_firebrand_spotting_mpi.f90
Thanks.