[OMPI users] Compiling an OpenMPI application with intel compilers

2012-08-12 Thread Stephen J. Barr
Hello, I have the latest OpenMPI on linux which I compiled with the Intel compiler suite. I am trying to compile an OpenMPI application. My particular application uses RInside and RcppEigen. If I comment out the openMPI parts of my code, the compile string is: icpc -I/usr/share/R/include -I/usr/l

Re: [OMPI users] User Interface for MPMD

2012-08-12 Thread Ralph Castain
r27012 implements this for you - it is in the OMPI trunk and should make it into the 1.7.0 release. The info keys you want are: for item (1): "num_app_ctx" for item (2): "first_rank" - returns a space-separated list of 1st ranks for each app_context ("instance" in your terminology) for item (3)

[OMPI users] Open MPI exit statuses

2012-08-12 Thread Sverdlov, Boris
Hello, When trying to run Open MPI application using mpirun I get the following error: "A daemon (pid 6816) died unexpectedly with status 252 while attempting to launch so we are aborting." What does this status means? Is there a list of MPI exit statuses with their meanings somewhere? Thanks

Re: [OMPI users] Open MPI exit statuses

2012-08-12 Thread Ralph Castain
On Aug 12, 2012, at 1:09 AM, "Sverdlov, Boris" wrote: > Hello, > > When trying to run Open MPI application using mpirun I get the following > error: > “A daemon (pid 6816) died unexpectedly with status 252 while attempting to > launch so we are aborting.” > What does this status means? Is t