Re: [OMPI users] How to establish communication between two separate COM WORLD (fwd)

2006-03-30 Thread Jeff Squyres (jsquyres)
@etnus.com; Open MPI Users Subject: Re: [OMPI users] How to establish communication between two separate COM WORLD (fwd) At the moment, this is still in "design" - all I've done for now is breadboard a connection that places them effectively in the same co

Re: [OMPI users] How to establish communication between two separate COM WORLD (fwd)

2006-03-27 Thread Ralph Castain
At the moment, this is still in "design" - all I've done for now is breadboard a connection that places them effectively in the same comm_world. Each process in both jobs is given the complete comm info for all the processes. Details of the MPI interface, however, remain to be determined by my

Re: [OMPI users] How to establish communication between two separate COM WORLD (fwd)

2006-03-27 Thread Chris Gottbrath
Ralph, Interesting. How would the two jobs be 'connected' in this scheme? Would they share a single MPI_COMM_WORLD or would they both be created with an intercommunicator to the other jobs MPI_WORLD? If so, how would that intercommmunicator be obtained in each program? Is this mode docum