-
Notifications
You must be signed in to change notification settings - Fork 937
Closed
Description
Running a test in singleton mode now generates lots of unrequested verbiage on certain system, esp. with OFI components enabled:
howardp@crusher129:~/ompi2/examples> (main)./hello_c
No PMIx server was reachable, but a PMI1/2 or SLURM environment was detected.
Open MPI will start 32 singletons
--------------------------------------------------------------------------
Open MPI's OFI driver detected multiple equidistant NICs from the current process,
but had insufficient information to ensure MPI processes fairly pick a NIC for use.
This may negatively impact performance. A more modern PMIx server is necessary to
resolve this issue.
Note: This message is displayed only when the OFI component's verbosity level is
-329746785 or higher.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
Open MPI's OFI driver detected multiple equidistant NICs from the current process,
but had insufficient information to ensure MPI processes fairly pick a NIC for use.
This may negatively impact performance. A more modern PMIx server is necessary to
resolve this issue.
Note: This message is displayed only when the OFI component's verbosity level is
-329746785 or higher.
--------------------------------------------------------------------------
Hello, world, I am 0 of 1, (Open MPI v5.1.0a1, package: Open MPI howardp@login2 Distribution, ident: 5.1.0a1, repo rev: v2.x-dev-10342-g0edb3114, Unreleased developer copy, 144)
all this chattiness is certain to mess up existing scripts that take advantage of the fact that Open MPI can usually work in singleton mode.