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

Error while compiling module_firebrand_spotting_mpi

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:
/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
This doesn't happen with GCC.
Thanks.
 
Hi,
Thanks for sharing this, as we aren't able to test with the NVHPC compilers. Do you mind attaching the full configure.wrf file, as well as the full compile log? Thanks!
 
Top