Displaying 4 results from an estimated 4 matches for "mpi_error_string".
2008 Apr 08
1
Rmpi 0.5-6 : error spawning process
Hi,
I am using a cluster with LAM 7.1.3/MPI 2 and R 2.6.0.
Rmpi version 0.5-5 is working very well.
Now I have tested "Rmpi 0.5-6". During spawning the Rslaves I get an
error: MPI_Error_string: error spawning process
> sessionInfo()
R version 2.6.0 (2007-10-03)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=de_DE.UTF-8;LC_NUMERIC=C;LC_TIME=de_DE.UTF-8;LC_COLLATE=de_DE.UTF-8;LC_MONETARY=de_DE.UTF-8;LC_MESSAGES=de_DE.UTF-8;LC_PAPER=de_DE.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEAS...
2008 Mar 27
1
snow, stopping cluster
...ary(snow)
> cl <- makeCluster(5)
5 slaves are spawned successfully. 0 failed.
> clusterApply(cl, 1:2, get("+"), 3)
[[1]]
[1] 4
[[2]]
[1] 5
> stopCluster(c1)
[1] 1
> clusterApply(cl, 1:2, get("+"), 3)
Fehler in mpi.probe(source, tag, comm, status) :
MPI_Error_string: invalid communicator
> sessionInfo()
R version 2.6.0 (2007-10-03)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=de_DE.UTF-8;LC_NUMERIC=C;LC_TIME=de_DE.UTF-8;LC_COLLATE=de_DE.UTF-8;LC_MONETARY=de_DE.UTF-8;LC_MESSAGES=de_DE.UTF-8;LC_PAPER=de_DE.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASU...
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
...16: 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 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_DO...