Re: [OMPI users] Error building openmpi on Raspberry pi 2

2017-09-26 Thread Gilles Gouaillardet
Faraz, which OS are you running ? iirc, i faced similar issues, and the root cause is that though ARMv7 does support these instructions, the compiler only generate ARMv6 code and hence failed to build Open MPI Cheers, Gilles On Wed, Sep 27, 2017 at 10:32 AM, Faraz Hussain

Re: [OMPI users] Fwd: OpenMPI does not obey hostfile

2017-09-26 Thread Gilles Gouaillardet
Anthony, a few things ... - Open MPI v1.10 is no more supported - you should at least use v2.0, preferably v2.1 or even the newly released 3.0 - if you need to run under torque/pbs, then Open MPI should be built with tm support - openhpc.org provides Open MPI 1.10.7 with tm support Cheers,

Re: [OMPI users] Fwd: OpenMPI does not obey hostfile

2017-09-26 Thread Anthony Thyssen
This is not explained in the manual, when giving a hostfile (though I was suspecting that was the case). However running one process on each node listed WAS the default behaviour in the past. In fact that is the default behaviour on a old Version 1.5.4 OpenMPI, I have on an old cluster which I

Re: [OMPI users] Fwd: OpenMPI does not obey hostfile

2017-09-26 Thread r...@open-mpi.org
That is correct. If you don’t specify a slot count, we auto-discover the number of cores on each node and set #slots to that number. If an RM is involved, then we use what they give us Sent from my iPad > On Sep 26, 2017, at 8:11 PM, Anthony Thyssen > wrote: > >

[OMPI users] Error building openmpi on Raspberry pi 2

2017-09-26 Thread Faraz Hussain
I am receiving the make errors below on my pi 2: pi@pi001:~/openmpi-2.1.1 $ uname -a Linux pi001 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l GNU/Linux pi@pi001:~/openmpi-2.1.1 $ make -j 4 . . . . make[2]: Entering directory '/home/pi/openmpi-2.1.1/opal/asm' CPPASatomic-asm.lo

[OMPI users] Fwd: OpenMPI does not obey hostfile

2017-09-26 Thread Anthony Thyssen
I have been having problems with OpenMPI on a new cluster of machines, using stock RHEL7 packages. ASIDE: This will be used with Torque-PBS (from EPEL archives), though OpenMPI (currently) does not have the "tm" resource manager configured to use PBS, as you will be able to see in the debug