Re: [OMPI users] Forcing OpenMPI to use Ethernet interconnect instead of InfiniBand

2014-09-10 Thread Muhammad Ansar Javed
Yes, it is strange. I did similar kind of benchmarks few months back on another environment and I was able to do achieve expected results on Ethernet and InfiniBand interconnects. However I am unable to force OpenMPI to use Ethernet in this particular environment even though openib is not configure

[OMPI users] [Error running] OpenMPI after the installation of Torque (PBS)

2014-09-10 Thread Red Red
Hi, after the installation of a Torque PBS when I start a simple program with mpirun I get this result (i have already installed again): [*oxygen1:04280] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ../../../../../../orte/mca/ess/env/ess_env_module.c at line 358* *[oxygen1:04281] [[INVA

Re: [OMPI users] [Error running] OpenMPI after the installation of Torque (PBS)

2014-09-10 Thread Ralph Castain
What OMPI version? On Sep 10, 2014, at 1:53 AM, Red Red wrote: > Hi, > > > after the installation of a Torque PBS when I start a simple program with > mpirun I get this result (i have already installed again): > > [oxygen1:04280] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file > ../..

Re: [OMPI users] [Error running] OpenMPI after the installation of Torque (PBS)

2014-09-10 Thread Red Red
This is the version: mpirun (Open MPI) 1.7.5a1r30774. Thank you for your interest. 2014-09-10 10:41 GMT+01:00 Ralph Castain : > What OMPI version? > > On Sep 10, 2014, at 1:53 AM, Red Red wrote: > > Hi, > > > after the installation of a Torque PBS when I start a simple program with > mpirun I

Re: [OMPI users] [Error running] OpenMPI after the installation of Torque (PBS)

2014-09-10 Thread Jeff Squyres (jsquyres)
Can you send all the information here: http://www.open-mpi.org/community/help/ On Sep 10, 2014, at 5:43 AM, Red Red wrote: > This is the version: mpirun (Open MPI) 1.7.5a1r30774. > > Thank you for your interest. > > > 2014-09-10 10:41 GMT+01:00 Ralph Castain : > What OMPI version? > >

Re: [OMPI users] Forcing OpenMPI to use Ethernet interconnect instead of InfiniBand

2014-09-10 Thread Jeff Squyres (jsquyres)
Are you inadvertently using the MXM MTL? That's an alternate Mellanox transport that may activate itself, even if you've disabled the openib BTL. Try this: mpirun --mca pml ob1 --mca btl ^openib ... This forces the use of the ob1 PML (which forces the use of the BTLs, not the MTLs), and th

[OMPI users] still SIGSEGV for Java and openmpi-1.8.3a1r32692 on Solaris

2014-09-10 Thread Siegmar Gross
Hi, today I installed openmpi-1.8.3a1r32692 on my machines (Solaris 10 Sparc (tyr), Solaris 10 x86_64 (sunpc1), and openSUSE Linux 12.1 x86_64 (linpc1)) with Sun C 5.12 and gcc-4.9.0. I still get a segmentation fault for my small Java program on Solaris. tyr java 102 ompi_info | grep -e MPI: -e

Re: [OMPI users] still SIGSEGV for Java and openmpi-1.8.3a1r32692 on Solaris

2014-09-10 Thread Ralph Castain
Working on the memory alignment issues in the trunk, and they are being scheduled to come across as we go. On Sep 10, 2014, at 9:08 AM, Siegmar Gross wrote: > Hi, > > today I installed openmpi-1.8.3a1r32692 on my machines (Solaris > 10 Sparc (tyr), Solaris 10 x86_64 (sunpc1), and openSUSE Lin