Re: [OMPI users] job fails to terminate

2006-10-20 Thread Ralph H Castain
Hi Lydia Thanks - that does help! Could you try this without threads? We have tried to make the system work with threads, but our testing has been limited. First thing I would try is to make sure that we aren't hitting a thread-lock. Thanks Ralph On 10/20/06 2:11 AM, "Lydia Heck" wrote: >

Re: [OMPI users] job fails to terminate

2006-10-20 Thread Lydia Heck
In answer to Ralph's request and question. Indeed the version number was incorrect it should have been openmpi-1.3a1r12121 my configure command is #!/bin/ksh CC="/opt/studio11/SUNWspro/bin/cc" CFLAGS="-xarch=amd64a -I/opt/mx/include -I/opt/SUNWsge/include" LDFLAGS="-xarch=amd64a -I/opt/m

Re: [OMPI users] job fails to terminate

2006-10-18 Thread Ralph H Castain
Hi Lydia Could you confirm the version you are using? I think there is a typo there. Also, could you tell us how you configured the code (the configure command line would be nice). Thanks Ralph On 10/18/06 11:03 AM, "Lydia Heck" wrote: > > I have recently installed openmpi 1.3r1212a over tc

[OMPI users] job fails to terminate

2006-10-18 Thread Lydia Heck
I have recently installed openmpi 1.3r1212a over tcp and gigabit on a Solaris 10 x86/64 system. The compilation of some test codes monte (a monte carlo estimate of pi), connectivity which test connectivity between processes and nodes prime, which calculates prime numbers (these testcode are exam