Mpiexec and mcnpx

Pete Wyckoff pw at osc.edu
Sat Oct 23 15:03:15 EDT 2004


ben.vanhaeren at sckcen.be wrote on Wed, 20 Oct 2004 08:58 +0200:
> > I have followed up on your advice and installed the Fortran Patch and
> > compiled it with the Fortran Compiler. But it still doesn't work. I've
> > added the output of mpiexec. Any ideas on what has gone wrong ?

I see a few things wrong in your two mails:

> rm_13359:  p4_error: semget failed for setnum: 7

Your machine is apparently out of semaphores.  Standard mpich/p4
problem not related to mpiexec, but probably exacerbated by numerous
failures to start correctly.  Process 0 dies after that.

> Then the slave proces tries to connect several times but gives up becouse it 
> can't connect to the master port:

Process 1 tries to start and connect to this process 0 at the negotiated
port number, but it's gone so it too dies.

Read the mpich/p4 docs to learn about "cleanipcs" then try again from a
clean slate.

		-- Pete



More information about the mpiexec mailing list