Displaying 2 results from an estimated 2 matches for "mpi_gatherv".
Did you mean:
mpi_gather
2007 Feb 19
1
Installing Rmpi on FC5 with lam
...n function ?mpi_reduce?:
Rmpi.c:586: warning: ?op? may be used uninitialized in this function
Rmpi.c:587: warning: ?sexp_recv? may be used uninitialized in this function
Rmpi.c: In function ?mpi_scatterv?:
Rmpi.c:320: warning: ?displs? may be used uninitialized in this function
Rmpi.c: In function ?mpi_gatherv?:
Rmpi.c:225: warning: ?displs? may be used uninitialized in this function
On loading the library occurs the following error:
> library(Rmpi)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/usr/lib/R/library/Rmpi/libs/Rmpi.so':
/usr/lib/R/libr...
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...#39; undeclared (first use in this function)
Rmpi.c:263: error: 'MPI_BYTE' undeclared (first use in this function)
Rmpi.c:268: warning: implicit declaration of function 'MPI_Bcast'
Rmpi.c:268: error: 'datatype' undeclared (first use in this function)
Rmpi.c: In function 'mpi_gatherv':
Rmpi.c:290: warning: implicit declaration of function 'MPI_Comm_size'
Rmpi.c:290: error: 'comm' undeclared (first use in this function)
Rmpi.c:291: warning: implicit declaration of function 'MPI_Comm_rank'
Rmpi.c:302: warning: implicit declaration of function 'MPI_...