Skip to content

singleton mode with main and v5.0.x too chatty on certain systems #11034

@hppritcha

Description

@hppritcha

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions