[PBS-USERS] mpiexec with OpenPBS_2.3.16

Pete Wyckoff pw at osc.edu
Mon Sep 16 15:41:31 EDT 2002


anupam-sharma at psu.edu said:
> Hi Pete,
> 
> 	I am still having trouble.  Here is the error I get:
> 
> 
> This job has allocated 2 nodes
> p0_29743: (0.007079) send_message: to=1; invalid conn type=5
> p0_29743:  p4_error: subtree_broadcast_p4 failed, type=: 1010101010
> 
> mpiexec: Warning: main: task 0 exited with status 1 (raw 0x1).

The "type=5" suggests to me that you did not configure your mpich
library using "--with-comm=shared", but are trying to run two processes
on a node.  Mpiexec really likes to assume that you have shared memory
support if using SMP nodes.

You might look at the output of "mpiexec -v myjob" to verify that
you are using the right communication type, and are using the compute
node(s) you had planned.

		-- Pete



More information about the mpiexec mailing list