Displaying 2 results from an estimated 2 matches for "mpi_scatterv".
2007 Feb 19
1
Installing Rmpi on FC5 with lam
...alized in this function
Rmpi.c:673: warning: ?sexp_recv? may be used uninitialized in this function
Rmpi.c: In 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.l...
2012 Jul 05
1
trouble installing Rmpi on a debian machine
...undeclared (first use in this function)
Rmpi.c:374: error: 'MPI_CHAR' undeclared (first use in this function)
Rmpi.c:382: error: 'MPI_BYTE' undeclared (first use in this function)
Rmpi.c:388: error: 'datatype' undeclared (first use in this function)
Rmpi.c: In function 'mpi_scatterv':
Rmpi.c:409: error: 'comm' undeclared (first use in this function)
Rmpi.c:421: warning: implicit declaration of function 'MPI_Scatterv'
Rmpi.c:422: error: 'MPI_INT' undeclared (first use in this function)
Rmpi.c:428: error: 'MPI_DOUBLE' undeclared (first use in...