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

[DirectVerbs] Add support to Spectrum MPI #95

Open
wants to merge 1 commit into
base: devel-dv
Choose a base branch
from

Conversation

pakmarkthub
Copy link
Contributor

Problem:

  • When using Spectrum MPI, we need to link against libmpi_ibm instead of libmpi.
  • This project cannot be compiled because it hard-code with -lmpi.

This PR:

  • adds --with-spectrum-mpi to configure. When it is detected, -lmpi_ibm will be used instead of -lmpi.
  • adds check that --with-mpi and --with-spectrum-mpi settings are mutually exclusive.

Presubmit testing:

  • Called configure and make on Summit and verified that the project can be compiled with Spectrum MPI.

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

Successfully merging this pull request may close these issues.

1 participant