Skip to content

OMPI 4.0.0rc5 fails to see slots on Cray XC40 #5973

Closed
@devreal

Description

@devreal

What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)

Open MPI 4.0.0rc5 downloaded from Github

Please describe the system on which you are running

Cray XC40


Details of the problem

I'm trying to run jobs using Open MPI's mpirun (so I can set mca parameters directly) with multiple processes per node, which fails:

$ mpirun -n 2 -N 2 hostname
--------------------------------------------------------------------------
There are not enough slots available in the system to satisfy the 2 slots
that were requested by the application:
  hostname

Either request fewer slots for your application, or make more slots available
for use.
--------------------------------------------------------------------------

Running a single process per node works as expected:

$ mpirun -n 2 -N 1 hostname
nid01189
nid01188

I can run applications linked against Open MPI using aprun (with PMI_NO_FORK set) and I can pass --oversubscribe to mpirun to run with multiple ranks per node.

Is this the expected behavior? Each node has 24 cores / 48 threads so I would expect Open MPI to see the number of slots available.

I'm attaching the config.log. It seems that support for Cray PMI is properly detected.
config.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions