Skip to content

MPI arguments #1

@jared321

Description

@jared321

This is a copy of an original OpenBTMixing Issue

mpirun usually accepts many different arguments, but it seems like this packages assumes that users will only ever use the bare minimum arguments.

In testing GitHub actions with ARM64 macOS runners with OpenMPI, I am not able to run the tests with 4 MPI processes because there are not 4 MPI "slots" on the runner. One workaround for this would be to pass the --oversubscribe flag to mpirun. However, I presently cannot.

On other projects, I usually pass arguments that dictate how to map MPI processes to hardware and how to configure the internode communication.

Should the MPI command interface be expanded to include an arbitrary number of optional keyword arguments that allow users to pass arguments to mpirun? Is this a security issue?

Also, on some HPC systems users do not have access to mpirun or mpiexec, but rather must run MPI programs through their job queue system with a command such as srun.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions