Re: [OMPI users] OpenMPI 1.8.0 + PGI 13.6 = undeclared variable __LDBL_MANT_DIG__

2014-04-09 Thread Filippo Spiga
FYI I haven't solve this yet but I managed to move to code to be compatible woth PGI 14.3. Open MPI 1.8 compiles perfectly with the latest PGI. In parallel I will push this issue to the PGI forum. Anyway, it is not a blocking factor anymore. -- Filippo SPIGA * Sent from my iPhone, sorry if

Re: [OMPI users] Waitall never returns

2014-04-09 Thread Ross Boylan
On Fri, 2014-04-04 at 22:40 -0400, George Bosilca wrote: > Ross, > > I’m not familiar with the R implementation you are using, but bear with me > and I will explain how you can all Open MPI about the list of all pending > requests on a process. Disclosure: This is Open MPI deep voodoo, an

Re: [OMPI users] Extent of Distributed Array Type?

2014-04-09 Thread Richard Shaw
I'm not sure I ever replied to this to say that the patch works perfectly (very belatedly)! However I just wanted to ask what the progress of getting this into a released version is? I'm not particularly sure on the details on the OpenMPI development process - I've noticed that it's still in the

Re: [OMPI users] How to set a process on a host but not bound to any core

2014-04-09 Thread Ralph Castain
What version of OMPI are you using? We have a "seq" mapper that does what you want, but the precise cmd line option for directing to use it depends a bit on the version. On Apr 9, 2014, at 9:22 AM, Gan, Qi PW wrote: > Hi, > > I have a problem when setting the processes

[OMPI users] How to set a process on a host but not bound to any core

2014-04-09 Thread Gan, Qi PW
Hi, I have a problem when setting the processes of a parallel job with specified order. Suppose a job with 6 processes (rank0 to rank5) needs to run on 3 hosts (A, B, C) with following order: Rank0 -- A Rank1 -- B Rank2 -- B Rank3 -- C Rank4 -- A

Re: [OMPI users] Contributing Examples for Java Binding

2014-04-09 Thread Jeff Squyres (jsquyres)
Great -- thank you! On Apr 8, 2014, at 9:51 PM, Saliya Ekanayake wrote: > Yes, I think I can sign this agreement. I was anyway planning to put them up > on github with Apache license. > > Yes for FAQ as well. I will try to send some along with the code samples. > > Thank