Re: [OMPI users] CentOS 6.3 & OpenMPI 1.6.3

2012-12-04 Thread Joseph Farran
Hi Mike. Removed the old mxm, downloaded and installed: /tmp/mxm/v1.1/per-ofed/1.5.4.1/mxm-1.1.3a5e745-1.x86_64-rhel6u3.rpm I am suing OFED 1.5.4.1 and it still fails at the same spot: make[2]: Entering directory `/data/apps/sources/openmpi-1.6.3/ompi/mca/mtl/mxm' CC mtl_mxm.lo CC

Re: [OMPI users] BLCR + Qlogic infiniband

2012-12-04 Thread William Hay
On 28 November 2012 11:14, William Hay wrote: > I'm trying to build openmpi with support for BLCR plus qlogic infiniband > (plus grid engine). Everything seems to compile OK and checkpoints are > taken but whenever I try to restore a checkpoint I get the following error: > - do_mmap(, 2aaab1

Re: [OMPI users] Windows support for OpenMPI

2012-12-04 Thread Durga Choudhury
All Since I did not see any Microsoft/other 'official' folks pick up the ball, let me step up. I have been lurking in this list for quite a while and I am a generic scientific programmer (i.e. I use many frameworks such as OpenCL/OpenMP etc, not just MPI) Although I am primarily a Linux user, I do

Re: [OMPI users] deadlock on intercommunicator after MPI_Comm_spawn_multiple (OS X / Linux)

2012-12-04 Thread Valentin Clement
Hi, It seems, the problem is happening if I have two active interfaces on my computer. Is there any configuration to use MPI_Comm_spawn_multiple on a machine with multiple interfaces ? Regards, Valentin On Dec 3, 2012, at 3:00 PM, Valentin Clement wrote: > Hi, > > I'm using call to MP

Re: [OMPI users] deadlock on intercommunicator after MPI_Comm_spawn_multiple (OS X / Linux)

2012-12-04 Thread Ralph Castain
Strange - that shouldn't be happening. However, to get thru it, just restrict the interfaces OMPI uses. If it's the hardwired Ethernet that is causing the problem, then add -mca oob_tcp_if_exclude en0 -mca btl_tcp_if_exclude en0 to your cmd line. If it's the wireless, then substitute en1 for en0

Re: [OMPI users] deadlock on intercommunicator after MPI_Comm_spawn_multiple (OS X / Linux)

2012-12-04 Thread Valentin Clement
Hi, Thanks, with this the problem is gone. In fact, no interface is posing problem if there is only one of them active. Anyway, using the options to mpiexec are just fine for the moment for me. Regards Valentin On Dec 5, 2012, at 11:19 AM, Ralph Castain wrote: > Strange - that shouldn't