Displaying 3 results from an estimated 3 matches for "mpi_success".
Did you mean:
efi_success
2007 Dec 05
1
Help installing taskPR
...I/usr/local/include -g -O2 -Wall -DPARALLEL_R_PACKAGE -fpic -g -O2 -c spawnhelper.c -o spawnhelper.o
spawnhelper.c:30:17: mpi.h: No such file or directory
spawnhelper.c: In function `main':
spawnhelper.c:41: warning: implicit declaration of function `MPI_Init'
spawnhelper.c:41: error: `MPI_SUCCESS' undeclared (first use in this function)
spawnhelper.c:41: error: (Each undeclared identifier is reported only once
spawnhelper.c:41: error: for each function it appears in.)
spawnhelper.c:46: warning: implicit declaration of function `MPI_Comm_rank'
spawnhelper.c:46: error: `MPI_COMM_WORLD...
2012 Aug 31
2
OpenMPI I/O not working
Hi list,
It appears there is a problem with the OpenMPI I/O library on CentOS 6.2
& 6.3 (package openmpi-1.5.4-1.el6.x86_64).
When I compile the attached program it ends up in the error path since
MPI_File_open returns 16. The corresponding (unhelpful) message is:
MPI_ERR_OTHER: known error not in list
I couldn't find any pointers on the net and the same program works with
OpenMPI
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...; undeclared (first use in this function)
Rmpi.c:600: error: 'MPI_CHAR' undeclared (first use in this function)
Rmpi.c:611: error: 'MPI_BYTE' undeclared (first use in this function)
Rmpi.c:616: error: 'datatype' undeclared (first 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 o...