Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional flags to pass to underlying MPI libraries #3

Open
roryck opened this issue Jan 3, 2024 · 1 comment
Open

Additional flags to pass to underlying MPI libraries #3

roryck opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@roryck
Copy link
Collaborator

roryck commented Jan 3, 2024

As requested by Jim / Jian

Please add the capability to pass additional flags from mpibind to the underlying MPI libraries. The first examples would be the cray-mpich specific flags --label --line-buffer, but a general solution is desirable as well.

@roryck roryck self-assigned this Jan 3, 2024
@roryck roryck added the enhancement New feature or request label Jan 3, 2024
@roryck
Copy link
Collaborator Author

roryck commented Jan 3, 2024

As a general goal of mpibind is transparent opperation between MPI libraries I would like to not introduce anything that a user needs to change when switching MPI within a script. As a prototype I'm going to incorporate the cray-mpich flags as recognized options, and translate or ignore them within other MPI libraries depending on native support for similar options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant