[OMPI devel] Connection architectures behind the MPI

2010-12-17 Thread
In the MPI_THREAD_MULTIPLE mode ,every thread can use MPI_Send(), MPI_Recv() simulately. I wonder the connection architectures behind the implement。Does every thread have its own specific socket storage?Or all the thread share the same socket when they connect to the same rank process and use some

[OMPI devel] OPEN MPI at VxWorks now can almost work

2010-12-02 Thread
Hi Jeff ,Ralph and all, It is a good news that just before , I compare the performance of the VxWorks edition OPEN MPI and Linux edition OPEN MPI with Intel MPI benchmark. The result is not bad. In the PingPong test ,Whatever the latency and the bandwidth ,VxWorks edition behave as well

[OMPI devel] How to add a schedule algorithm to the pml

2010-09-14 Thread
Hi all, I tried to add a schedule algorithm to the pml component ,ob1 etc. Poorly I can only find a paper named "Open MPI: A Flexible High Performance MPI" and some annotation in the source file. From them , I know ob1 has implemented round-robin& weighted distribution algorithm. But after tra

Re: [OMPI devel] How to disable paffinity

2010-08-15 Thread
> I'd be happy to begin reviewing the changes, and can help integrate them > back into the OMPI trunk, when you feel ready. > > > On Aug 12, 2010, at 9:35 PM, 张晶 wrote: > > Hi Ralph,Jeff and all > >It is a good news that I can almost run the openmpi on the

Re: [OMPI devel] How to disable paffinity

2010-08-12 Thread
. I think there are still many test needed to be launching .Maybe I'd better to look into MTT. 在 2010年7月8日 上午9:54,张晶 写道: > Thank you ,Squyres , it is really useful ! > > 在 2010年7月7日 下午7:22,Jeff Squyres 写道: > >> On Jul 6, 2010, at 10:48 PM, 张晶 wrote: >> >>

Re: [OMPI devel] How to disable paffinity

2010-07-07 Thread
Thank you ,Squyres , it is really useful ! 在 2010年7月7日 下午7:22,Jeff Squyres 写道: > On Jul 6, 2010, at 10:48 PM, 张晶 wrote: > > > 1.If I write a rlogin component , > > Is the command line of rlogin that much different than that of rsh/ssh? > For example, can you just s/rsh/r

Re: [OMPI devel] How to disable paffinity

2010-07-07 Thread
what I understand is right! 在 2010年7月6日 上午11:56,Ralph Castain 写道: > According to the vxworks docs, they created a notion of "process" statin > with the 6.0 release. Use rtpSpawn to launch the process and you should be > okay as that is the equivalent of fork/exec. > > &g

Re: [OMPI devel] How to disable paffinity

2010-07-06 Thread
pSpawn to launch the process and you should be > okay as that is the equivalent of fork/exec. > > > On Jul 5, 2010, at 8:12 PM, 张晶 wrote: > > Hi Ralph , > > It is really a bad news that vxworks even doesn't include rsh server. I > have to write a plm component using r

Re: [OMPI devel] How to disable paffinity

2010-07-05 Thread
sn't, or at least uses the > equivalent. > > > On Jul 1, 2010, at 9:32 PM, 张晶 wrote: > > > Hi Ralph, > > > > I just copy your code in the trunk ,it seems working well. But the > > "mpirun ls " still stuck at the orte_plm_select ,after using ompi_

Re: [OMPI devel] How to disable paffinity

2010-07-01 Thread
e a developer's trunk tarball or svn checkout. It -might- be > in the 1.5.0 release candidates, though (I haven't looked). > > On Jun 29, 2010, at 9:36 PM, 张晶 wrote: > >> Hi all , >> >> I tried to run the openmpi on vxworks. Now

Re: [OMPI devel] How to disable paffinity

2010-06-30 Thread
e and the system will still > startup okay. > > I don't believe this was moved over to the 1.4 release branch - afraid you > would have to use a developer's trunk tarball or svn checkout. It -might- be > in the 1.5.0 release candidates, though (I haven't looked). &g

[OMPI devel] How to disable paffinity

2010-06-29 Thread
Hi all , I tried to run the openmpi on vxworks. Now I can run program ompi_info etc. But it failed running "mpirun ls", the error is : -- It looks like opal_init failed for some reason; your parallel process is likely to abor

Re: [OMPI devel] Migrate OpenMPI to the VxWorks

2010-06-06 Thread
t plugin and adapt it for you platform. >> >> >> On Jun 4, 2010, at 1:43 AM, 张晶 wrote: >> >> > Hi Castain , >> > >> > Your last mail to me is really helpful . I met most of the issues >> > listed and fixed them as the off-list solution or m

Re: [OMPI devel] Migrate OpenMPI to the VxWorks

2010-06-04 Thread
> application of `sizeof' to incomplete type `iovec' > > > 29. ../../../../../orte/mca/oob/tcp/oob_tcp.c:344: error: implicit > > declaration of function `accept' > > ../../../../../orte/mca/oob/tcp/oob_tcp.c: In function > > `mca_oob_tcp_create_l

[OMPI devel] 答复: [OMPI devel] 答复: Migrate the OpenMPI to VxWorks

2010-04-16 Thread
MPI Developers 主题: Re: [OMPI devel] 答复: Migrate the OpenMPI to VxWorks You would install it on the host where you are doing development. Only the eventual OMPI libraries get moved to the target. On Apr 16, 2010, at 12:11 AM, 张晶 wrote: Hi Castain Does “install the autotools under

[OMPI devel] 答复: [OMPI devel] Migrate the OpenMPI to VxWorks

2010-04-16 Thread
the OpenMPI to VxWorks I have not personally tried, but I am pretty sure that you can install the autotools under VxWorks - have you tried to download the latest autotool tarballs and build them? On Apr 15, 2010, at 9:30 PM, 张晶 wrote: Hello everyone , For the purpose to migrate the

[OMPI devel] Migrate the OpenMPI to VxWorks

2010-04-15 Thread
Hello everyone , For the purpose to migrate the OpenMPI to VxWorks ,I have set up a VxWorks development environment with WorkBench 3.0. It is really a good news that the WorkBench supports gnu building tools, bash and some frequently used command like sed ,awd and so on but not the Autotools (A

Re: [OMPI devel] Migrate OpenMPI to the VxWorks

2010-03-22 Thread
x27; > > > > 29. ../../../../../orte/mca/oob/tcp/oob_tcp.c:344: error: implicit > > declaration of function `accept' > > ../../../../../orte/mca/oob/tcp/oob_tcp.c: In function > > `mca_oob_tcp_create_listen': > > ../../../../../orte/mca/oob/tcp/oob_

[OMPI devel] Migrate OpenMPI to the VxWorks

2010-03-17 Thread
Hello all, In order to add some real-time feature to the OpenMPI for some research ,I need a OpenMPI version running on VxWorks. But after going through the Open-MPI website ,I can’t found any indication that it supports VxWorks . Follow the thread posted by Ralph Castain , http://www.open-mp