[OMPI users] problem with rankfile in openmpi-1.6.2

2012-10-01 Thread Siegmar Gross
Hi, I installed openmpi-1.6.2 on our heterogeneous platform (Solaris 10 Sparc, Solaris 10 x86_84, and Linux x86_64). tyr small_prog 125 mpiexec -report-bindings -np 4 -host sunpc0,sunpc1 \ -bysocket -bind-to-core date Mon Oct 1 07:53:15 CEST 2012 [sunpc0:02084] MCW rank 0 bound to socket 0[co

Re: [OMPI users] A question on MPI_Probe

2012-10-01 Thread Iliev, Hristo
Hi, I believe Jeff Squyres has already answered your question on the Open MPI mailing list, or at least hinted on the possible problem. MPI messages are received in the order they were sent but only within the specific (tag, communicator) tuple. This basically means: - within the same commun

Re: [OMPI users] MPI_Spawn and process allocation policy

2012-10-01 Thread Brian Budge
On Wed, Sep 12, 2012 at 10:23 AM, Ralph Castain wrote: > > On Sep 12, 2012, at 9:55 AM, Brian Budge wrote: > >> On Wed, Aug 17, 2011 at 12:05 AM, Simone Pellegrini >> wrote: >>> On 08/16/2011 11:15 PM, Ralph Castain wrote: I'm not finding a bug - the code looks clean. If I send you a p

Re: [OMPI users] MPI_Spawn and process allocation policy

2012-10-01 Thread Ralph Castain
Yes, that is the expected behavior as you describe it. If you want to run on hosts that are not already provided (via hostfile in the environment or on the command line), then you need to use the "add-host" or "add-hostfile" MPI_Info key. See "man MPI_Comm_spawn" for details. On Oct 1, 2012, a

Re: [OMPI users] MPI_Spawn and process allocation policy

2012-10-01 Thread Brian Budge
On Mon, Oct 1, 2012 at 10:33 AM, Ralph Castain wrote: > Yes, that is the expected behavior as you describe it. > > If you want to run on hosts that are not already provided (via hostfile in > the environment or on the command line), then you need to use the "add-host" > or "add-hostfile" MPI_Inf

Re: [OMPI users] problems with mpiJava in openmpi-1.9a1r27362

2012-10-01 Thread Jeff Squyres
On Sep 27, 2012, at 11:04 AM, Ralph Castain wrote: > I would suggest starting at r22500 and trying every 1000 revisions initially. > Remember that not every single revision will build and work correctly - this > is the developer's trunk and it is occasionally broken for a short while - > but sh

[OMPI users] Linking failure on Windows

2012-10-01 Thread Gib Bogle
I am building the Sundials examples, with MS Visual Studio 2005 version 8 (i.e. 32-bit) on Windows 7 64-bit. The OpenMPI version is OpenMPI_1.6.2-win32. All the parallel examples fail with the same linker errors. I have added the preprocessor definitions OMPI_IMPORTS, OPAL_IMPORTS and ORTE_IMPO

Re: [OMPI users] Linking failure on Windows

2012-10-01 Thread Damien Hocking
Gib, If you have OMPI_IMPORTS set that usually removes those symbol errors. Are you absolutely sure you have everything set to 32-bit in Visual Studio? Damien On 01/10/2012 7:55 PM, Gib Bogle wrote: I am building the Sundials examples, with MS Visual Studio 2005 version 8 (i.e. 32-bit) on W

Re: [OMPI users] Linking failure on Windows

2012-10-01 Thread Gib Bogle
Hi Damien, I've checked and double-checked, and I can't see anything not 32-bit. In fact my VS2005 only knows about 32-bit. I just tested copying the source code with appropriate include directories to another directory and built the executable successfully with mpicc. But I can't see that