Replies: 2 comments
-
|
No. But we support runtime queries: https://www.mpich.org/static/docs/v4.3.1/www3/MPIX_GPU_query_support.html You can test MPI support in your |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you for the quick response & clarification @hzhou. I was hoping to avoid the runtime check since we may be cross-compiling, but, I can add a small test program that makes the runtime calls and returns the output to CMake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a good way to detect whether MPICH is compiled with GPU support at compile time?
For example, with OpenMPI, I can do the following:
Is there something equivalent for MPICH?
Is the following sufficient:
Thank you for all your help.
Beta Was this translation helpful? Give feedback.
All reactions