[OMPI users] Re: [OMPI users] MPI_Probe succeeds, but subsequent MPI_Recv gets stuck

2007-11-06 Thread hpe...@infonie.fr
Just a thought, Behaviour can be unpredictable if you use MPI_Bsend or MPI_Ibsend ... on your sender side cause nothing is checked regard to allocated buffer. MPI_Send or MPI_Isend shall be used instead. Regards Herve ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET

[OMPI users] MPI 1.2 stuck in pthread_condition_wait

2007-04-04 Thread hpe...@infonie.fr
Hi, I have a problem of MPI 1.2.0rc being locked in a "pthread_condition_wait" call. This happen whatever the application when openmpi has been compiled with multi-thread support. The full "configure" options are "./configure --prefix=/usr/local/Mpi/openmpi-1.2 --enable-mpi-threads --enable-prog

[OMPI users] Re: MPI_Comm_spawn multiple bproc support

2006-11-07 Thread hpe...@infonie.fr
MPI. > > I also know (though I don't the command syntax) that you can get a long-term > allocation from bjs (i.e., one that continues until you logout). Let me dig > a little and see how that is done. > > Again, I appreciate your patience. > Ralph > > > On 11/2/06 6:32

[OMPI users] Re: Re: Re: Re: Re:MPI_Comm_spawn multiple bproc support

2006-11-02 Thread hpe...@infonie.fr
I again Ralf, >I gather you have access to bjs? Could you use bjs to get a node allocation, >and then send me a printout of the environment? I have slightly changed my cluster configuration for something like: master is running on a machine call: machine10 node 0 is running on a machine call: ma

Re: [OMPI users] MPI_Comm_spawn multiple bproc support

2006-11-02 Thread hpe...@infonie.fr
ee some thoughts below. Ralph On 10/31/06 3:49 AM, "hpe...@infonie.fr" wrote: > Thank you for you quick reply Ralf, > > As far as I know, the NODES environment variable is created when a job is > submitted to the bjs scheduler. > The only way I know (but I am a bproc new

[OMPI users] Re: Re: MPI_Comm_spawn multiple bproc support

2006-10-31 Thread hpe...@infonie.fr
able NODES that contains a list of nodes assigned to you. This error indicates it didn't find anything. Did you get an allocation prior to running the job? Could you check to see if NODES appears in your environment? Ralph On 10/30/06 8:47 AM, "hpe...@infonie.fr" wrote: > Hi,

[OMPI users] MPI_Comm_spawn multiple bproc support problem

2006-10-30 Thread hpe...@infonie.fr
Hi, I have a problem using the MPI_Comm_spawn multiple together with bproc. I want to use the MPI_Comm_spawn multiple call to spawn a set of exe, but in a bproc environment, the program crashes or is stuck on this call (depending of the used open mpi release). I have created one test program th