-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Better CMake compiler/MPI passing #39
Comments
Yes, it seems that the findMPI module might be the way to go. At least one person thinks that using the wrappers from CMake is a bad idea: https://cmake.org/pipermail/cmake/2011-June/045037.html Also see Homebrew/legacy-homebrew#46547 |
Here is some documentation for using the |
Here is the documentation for This should probably be used along with CMake's |
OK, 193546d seems to solve this quite elegantly, if I do say so myself. I would like to rework the |
…ng-#39 Better cmake mpi passing Fixes #39
I'm wondering how common it is to pass the MPI wrappers to CMake directly. The folks @Homebrew seem to be under the impression that this is somewhat abnormal. I'm going to inquire on the CMake list and see what the consensus is there.
The text was updated successfully, but these errors were encountered: