Cryptic enough :-)
Best I can tell, your TCP comm isn't working. All your procs are failing
because they can't talk to each other.
I'm also seeing something I don't understand:
*** The MPI_Init() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
You
Hi All,
I am getting a runtime error with mpirun, the details are attached in
error.log. Please let me know what is the problem.
Open-mpi version:1.4.2
$ uname -a
Linux bingo 2.6.34-gentoo-r1 #7 SMP Fri Aug 13 10:18:23 IST 2010 i686
Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz GenuineIntel GNU/L
No it doesn't - never has. On the list of "maybe someday", but not enough
interest out there to warrant any near-term effort.
On Aug 15, 2010, at 12:20 AM, James R. Leek wrote:
> I just need to confirm that openmpi 1.4.2 doesn't support nested invocations
> of mpirun. I found a previous maili
>What does it exactly imply to compile with this option ?
Open MPI's internal malloc library (ptmalloc) will not be built/used. If you
are using an RDMA capable interconnect such as Infiniband, you will not be
able to use the "mpi_leave_pinned" feature. mpi_leave_pinned might improve
performance fo
I just need to confirm that openmpi 1.4.2 doesn't support nested
invocations of mpirun. I found a previous mailing list message the that
effect, but it referred to 1.3.3. I really need this functionality, so
I wanted to make sure openmpi doesn't have it before I start doing
desperate things.