[OMPI users] Copying installed runtimes to another machine and using it

2013-04-22 Thread Manee
Hi, When I copy my OpenMPI installed directory to another computer (the runtime files), and point PATH and LD_LIBRARY_PATH to this installed folder (to make mpirun point to the copied folder's bin), it does not seem to run (it's not supposed to run because I compiled it on a different machine

Re: [OMPI users] OpenMPI at scale on Cray XK7

2013-04-22 Thread Nathan Hjelm
On Mon, Apr 22, 2013 at 03:17:16PM -0700, Mike Clark wrote: > Hi, > > I am trying to run OpenMPI on the Cray XK7 system at Oak Ridge National Lab > (Titan), and am running in an issue whereby MPI_Init seems to hang > indefinitely, but this issue only arises at large scale, e.g., when running >

[OMPI users] OpenMPI at scale on Cray XK7

2013-04-22 Thread Mike Clark
Hi, I am trying to run OpenMPI on the Cray XK7 system at Oak Ridge National Lab (Titan), and am running in an issue whereby MPI_Init seems to hang indefinitely, but this issue only arises at large scale, e.g., when running on 18560 compute nodes (with two MPI processes per node). The

[OMPI users] Using Boost::Thread for multithreading within OpenMPI processes

2013-04-22 Thread Thomas Watson
Hi, I would like to create a pool of threads (using Boost::Thread) within each OpenMPI process to accelerate my application on multicore CPUs. My application is already built on OpenMPI, but it currently exploits parallelism only at the process level. I am wondering if anyone can point me to

[OMPI users] Barrier implementation and use

2013-04-22 Thread Pablo Barrio
Hi all, I'm using mixed MPI/pthreads with MPI_THREAD_MULTIPLE support. At some point, only one of the threads on each process communicate, while the others keep waiting in a MPI_Barrier. The traces I took from execution suggest that the linux scheduler is waking up the threads blocked in the

[OMPI users] Call For Participation: EuroMPI 2013. Madrid, Spain. September 15-18th, 2013

2013-04-22 Thread Javier Garcia Blas
Dear Sir or Madam, (We apologize if you receive multiple copies of this message) Recent Advances in Message Passing Interface. 20th European MPI Users' Group Meeting (EuroMPI 2013) EuroMPI 2013 is being held in cooperation with

Re: [OMPI users] MPI based HLA/RTI ?

2013-04-22 Thread John Chludzinski
Mainly responding to Ralph's comments. In HLA a federate (MPI process) can join and leave a federation (MPI collective) independently from other federates. And rejoin later. ---John On Mon, Apr 22, 2013 at 11:20 AM, George Bosilca wrote: > On Apr 19, 2013, at 17:00 ,

Re: [OMPI users] MPI based HLA/RTI ?

2013-04-22 Thread George Bosilca
On Apr 19, 2013, at 17:00 , John Chludzinski wrote: > So the apparent conclusion to this thread is that an (Open)MPI based RTI is > very doable - if we allow for the future development of dynamic joining and > leaving of the MPI collective? John, What do you mean

[OMPI users] Misuse or bug with nested types?

2013-04-22 Thread Eric Chamberland
Hi, I have a problem receiving a vector of a MPI_datatype constructed via MPI_Type_create_struct. It looks like MPI_Send or MPI_Recv doesn't works as expected: some parts of a nested struct in the received buffer are not filled at all!. I tested the code under mpich 3.0.3 and it worked