Re: [hwloc-users] pianofish process management GUI

2017-12-20 Thread Guy Streeter
I haven't tried to build the latest version for Fedora 25 since it's few weeks past End-Of-Life. I'll look into pypi. I've never used it before, and I don't know how much Cython will complicate that. --Guy On Wed, Dec 20, 2017 at 2:05 PM Brice Goglin wrote: > Hello > >

Re: [OMPI users] openmpi-v3.0.0: error for --map-by

2017-12-20 Thread r...@open-mpi.org
Nope - works that way too (running from rhc001): $ mpirun -H rhc002:24 --map-by ppr:1:socket:pe=1 date Wed Dec 20 02:08:18 PST 2017 Wed Dec 20 02:08:18 PST 2017 $ > On Dec 20, 2017, at 1:51 AM, Siegmar Gross > wrote: > > Hi Ralph, > > the problem occurs

Re: [OMPI users] openmpi-v3.0.0: error for --map-by

2017-12-20 Thread Siegmar Gross
Hi Ralph, the problem occurs when you add --host with a different machine. Without --host or with "--host " everything works well. pc03 fd1026 111 which mpiexec /usr/local/openmpi-3.0.0_64_gcc/bin/mpiexec pc03 fd1026 112 mpiexec -np 2 --map-by ppr:1:socket:pe=1 date [pc03:09373] SETTING

Re: [OMPI users] openmpi-v3.0.0: error for --map-by

2017-12-20 Thread r...@open-mpi.org
I just checked the head of both the master and 3.0.x branches, and they both work fine: $ mpirun --map-by ppr:1:socket:pe=1 date [rhc001:139231] SETTING BINDING TO CORE [rhc002.cluster:203672] SETTING BINDING TO CORE Wed Dec 20 00:20:55 PST 2017 Wed Dec 20 00:20:55 PST 2017 Tue Dec 19 18:37:03