Re: [OMPI devel] How to disable paffinity

2010-07-05 Thread 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. On Jul 5, 2010, at 8:12 PM, 张晶 wrote: > Hi Ralph , > > It is really a bad news that vxworks even doe

Re: [OMPI devel] How to disable paffinity

2010-07-05 Thread Nysal Jan
The wiki(https://svn.open-mpi.org/trac/ompi/wiki) has some useful information for developers. For creating a component - https://svn.open-mpi.org/trac/ompi/wiki/devel/CreateComponent Regards --Nysal 2010/7/6 张晶 > Hi Ralph , > > It is really a bad news that vxworks even doesn't include rsh serv

Re: [OMPI devel] v1.5: thumbs up or down?

2010-07-05 Thread Kevin . Buckley
> 4) The other thing that comes to mind are the mountain of WARNINGs > because of the "redefinition" of > > #define CACHE_LINE_SIZE 128 > > in > > opal/include/opal/sys/cache.h > > although it's a bit "chicken and egg" because NetBSD's definition, > in: > > /usr/include/sys/param.h > > obviously al

Re: [OMPI devel] How to disable paffinity

2010-07-05 Thread 张晶
Hi Ralph , It is really a bad news that vxworks even doesn't include rsh server. I have to write a plm component using rlogin. After going through the openmpi website ,I can only find the some useful slides,However it is really not enough . I wonder if there is a document like "how to write a com