MPI_RSEND

Dear everybody,

I wonder if anyone has some info about MPI_RSEND.
the compiler is poping this error message: 'MPI_RSEND': identifier not found
even though I already inserted : # include "mpi.h" however MPI_Send command works well.
I got the answer, i should've written MPI_Rsend instead of MPI_RSend or MPI_RSEND.
Topic archived. No new replies allowed.