Displaying 1 result from an estimated 1 matches for "mpi_wait".
Did you mean:
lp_wait
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...declared (first use in this function)
Rmpi.c:1415: error: 'MPI_CHAR' undeclared (first use in this function)
Rmpi.c:1419: error: 'MPI_BYTE' undeclared (first use in this function)
Rmpi.c:1425: error: 'datatype' undeclared (first use in this function)
Rmpi.c: In function 'mpi_wait':
Rmpi.c:1435: warning: implicit declaration of function 'MPI_Wait'
Rmpi.c:1435: error: 'request' undeclared (first use in this function)
Rmpi.c:1435: error: 'status' undeclared (first use in this function)
Rmpi.c: In function 'mpi_test':
Rmpi.c:1442: warning: im...