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 P
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 BINDING
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 when you add --host with a different m