Skip to content

mpirun failing with not enough slots available #5894

@iassiour

Description

@iassiour

Hi ,

I am using mpi version 3.1.2.

The following fails with "not enough slots" problem

$(MPIHOME)/mpirun -H host1 -np 1 mpi_master : -H host1,host1 -np 2 mpi_slave

host1 appears three times so I would expect the slot counter to match the -np 3.

It seems to be caused by the fact that I have split the count along the two programs.

i.e. something like this works:
$(MPIHOME)/mpirun -H host1,host1,host1 -np 3 mpi_master

Could you please have a look and let me know if this a bug.

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