Hello, everyone
I had an error compiling WRF, as shown below.I will also upload log files. I hope someone can help me solve this problem.
module_firebrand_spotting_mpi.f90(195): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_RECV]
CALL mpi_recv(recvbuffsz, sz, MPI_INTEGER, fromid, recvtag, MPI_COMM_WORLD, stat, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(225): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_RECV]
CALL mpi_recv(recvbuffsz, sz, MPI_FLOAT, fromid, recvtag, MPI_COMM_WORLD, stat, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(256): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_RECV]
CALL mpi_recv(recvbuffsz, sz, MPI_INTEGER, fromid, recvtag, MPI_COMM_WORLD, stat, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(503): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_INTEGER, sendto, tag, MPI_COMM_WORLD, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(691): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_INTEGER, sendto, tag, MPI_COMM_WORLD, ierr)
-------------^
module_firebrand_spotting_mpi.f90(717): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_FLOAT, sendto, tag, MPI_COMM_WORLD, ierr)
-------------^
module_firebrand_spotting_mpi.f90(745): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_INTEGER, sendto, tag, MPI_COMM_WORLD, ierr)
-------------^
compilation aborted for module_firebrand_spotting_mpi.f90 (code 1)
I had an error compiling WRF, as shown below.I will also upload log files. I hope someone can help me solve this problem.
module_firebrand_spotting_mpi.f90(195): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_RECV]
CALL mpi_recv(recvbuffsz, sz, MPI_INTEGER, fromid, recvtag, MPI_COMM_WORLD, stat, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(225): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_RECV]
CALL mpi_recv(recvbuffsz, sz, MPI_FLOAT, fromid, recvtag, MPI_COMM_WORLD, stat, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(256): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_RECV]
CALL mpi_recv(recvbuffsz, sz, MPI_INTEGER, fromid, recvtag, MPI_COMM_WORLD, stat, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(503): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_INTEGER, sendto, tag, MPI_COMM_WORLD, ierr)
-----------------^
module_firebrand_spotting_mpi.f90(691): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_INTEGER, sendto, tag, MPI_COMM_WORLD, ierr)
-------------^
module_firebrand_spotting_mpi.f90(717): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_FLOAT, sendto, tag, MPI_COMM_WORLD, ierr)
-------------^
module_firebrand_spotting_mpi.f90(745): error #6285: There is no matching specific subroutine for this generic subroutine call. [MPI_SEND]
CALL mpi_send(nbr, sz, MPI_INTEGER, sendto, tag, MPI_COMM_WORLD, ierr)
-------------^
compilation aborted for module_firebrand_spotting_mpi.f90 (code 1)