Displaying 2 results from an estimated 2 matches for "mpi_send".
2005 Dec 23
1
can someone help me understand LAM/MPI and Rmpi for use on a cluster
I'm fairly astute at C and R but new to parallelization. Would someone
be willing to provide help in the form of a simple example that parallelizes
an R function from the inside of a C routine?
If so, write me back at izmirlig at mail.nih.gov
Thanks!
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...use in this function)
Rmpi.c:620: error: 'MPI_SUCCESS' undeclared (first use in this function)
Rmpi.c:622: error: 'MPI_MAX_ERROR_STRING' undeclared (first use in
this function)
Rmpi.c:623: warning: implicit declaration of function 'MPI_Error_string'
Rmpi.c: In function 'mpi_send':
Rmpi.c:645: warning: implicit declaration of function 'MPI_Send'
Rmpi.c:645: error: 'MPI_INT' undeclared (first use in this function)
Rmpi.c:645: error: 'comm' undeclared (first use in this function)
Rmpi.c:648: error: 'MPI_DOUBLE' undeclared (first use in this...