Re: [OMPI users] use accept/connect to merge a new intra-comm

2015-02-03 Thread Ralph Castain
I tried the 1.8 code base, and I'm afraid it doesn't work there either. After digging into the code, I can see why - I'm afraid that joining multiple singleton's isn't going to work until you get to the 1.9 series. I'll have to check to see if our current master can support it (I believe it

Re: [OMPI users] use accept/connect to merge a new intra-comm

2015-02-03 Thread Ralph Castain
That's pretty ancient - could you try the nightly 1.8 tarball? On Mon, Feb 2, 2015 at 5:58 PM, haozi wrote: > mpiexec (OpenRTE) 1.4.3 > > > > > > > At 2015-02-02 12:54:11, "Ralph Castain" wrote: > > Which OMPI version? > > On Jan 25, 2015, at 5:41 AM,

Re: [OMPI users] use accept/connect to merge a new intra-comm

2015-02-02 Thread haozi
mpiexec (OpenRTE) 1.4.3 At 2015-02-02 12:54:11, "Ralph Castain" wrote: Which OMPI version? On Jan 25, 2015, at 5:41 AM, haozi wrote: Hi guys. I am interested in an example from OpenMPI, as attachment: singleton_client_server.c. So, I wrote

Re: [OMPI users] use accept/connect to merge a new intra-comm (UNCLASSIFIED)

2015-02-02 Thread Burns, Andrew J CTR (US)
, 2015 11:54 PM To: Open MPI Users Subject: Re: [OMPI users] use accept/connect to merge a new intra-comm Which OMPI version? On Jan 25, 2015, at 5:41 AM, haozi <yidany...@163.com> wrote: Hi guys. I am interested in an example from OpenMPI, as atta

Re: [OMPI users] use accept/connect to merge a new intra-comm

2015-02-01 Thread Ralph Castain
Which OMPI version? > On Jan 25, 2015, at 5:41 AM, haozi wrote: > > Hi guys. > > I am interested in an example from OpenMPI, as attachment: > singleton_client_server.c. > So, I wrote another example. And some error happened. > My example includes two servers and one

[OMPI users] use accept/connect to merge a new intra-comm

2015-01-25 Thread haozi
Hi guys. I am interested in an example from OpenMPI, as attachment: singleton_client_server.c. So, I wrote another example. And some error happened. My example includes two servers and one client. First, server1 runs. Second, client runs. server1 and client merge an new intra-comm. Next,