You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use find_package(MPI) rather than compiler wrapper
The more canonical CMake way of selecting MPI is to use the Find_MPI
module (i.e., `find_package(MPI)`) and set `FC` and `CC` to the actual
compiler.
Fixes#39
0 commit comments