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

GPU aware MPI #311

Open
kevinstratford opened this issue Jul 18, 2024 · 0 comments
Open

GPU aware MPI #311

kevinstratford opened this issue Jul 18, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kevinstratford
Copy link
Collaborator

There is no portable way to identify, at run time, whether a GPU aware MPI is present.

At the moment we have the compile time switch

#ifdef HAVE_OPENMPI_
/* This provides MPIX_CUDA_AWARE_SUPPORT .. */
#include "mpi-ext.h"
#endif

(e.g., field.c) which is relevant for OPENMPI where the non-standard mpi-ext.h is available.

It is desirable to isolate this rather than have a proliferation of conditional compilation. This might live with the pe_t, e.g.,

pe_have_gpu_aware_mpi()

This may be separate from whether the user wasnts to use it or not.

@kevinstratford kevinstratford added the help wanted Extra attention is needed label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant