Re: [OMPI devel] [OMPI svn] svn:open-mpi r25323

2011-10-20 Thread Jeff Squyres
On Oct 19, 2011, at 6:41 PM, George Bosilca wrote: > A careful reading of the committed patch, would have pointed out that none of > the concerns raised so far were true, the "old-way" behavior of the OMPI code > was preserved. Then perhaps you could have added some comments to explain the not-

[OMPI devel] Process ranks

2011-10-20 Thread Ralph Castain
Since people may not be fully familiar, and because things have evolved, I thought it might help to provide a brief explanation of the ranks we assign to processes in OMPI. Each process has four "ranks" assigned to it at launch: 1. vpid - equivalent to its MPI rank within the job. You can acces

[OMPI devel] Determining locality

2011-10-20 Thread Ralph Castain
For those wishing to use the new locality functionality, here is a little (hopefully clearer) info on how to do it. A few clarifications first may help: 1. the locality is defined by the precise cpu set upon which a process is bound. If not bound, this obviously includes all the available cpus o

[OMPI devel] MPI 2.2 datatypes

2011-10-20 Thread Eugene Loh
In MTT testing, we check OMPI version number to decide whether to test MPI 2.2 datatypes. Specifically, in intel_tests/src/mpitest_def.h: #define MPITEST_2_2_datatype 0 #if defined(OPEN_MPI) #if (OMPI_MAJOR_VERSION > 1) || (OMPI_MAJOR_VERSION == 1 && OMPI_MINOR_VERSION >= 7) #unde

Re: [OMPI devel] === CREATE FAILURE (trunk) ===

2011-10-20 Thread Ralph Castain
regenerating now... On Oct 20, 2011, at 7:14 PM, MPI Team wrote: > > ERROR: Command returned a non-zero exist status (trunk): > make distcheck > > Start time: Thu Oct 20 21:00:02 EDT 2011 > End time: Thu Oct 20 21:14:13 EDT 2011 > > =