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
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)
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
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