>From working on a Homebrew formula <
https://github.com/Homebrew/homebrew/pull/46547> for OpenCoarrays <
https://github.com/sourceryinstitute/opencoarrays> I'm under the impression
that common practice is to use FindMPI over passing mpicc and mpif90 to
cmake directly. Is this correct, and the way most people expect to build
MPI packages with CMake? (i.e., using their normal compilers rather and MPI
wrappers for the CC, CXX and FC variables?)

What are the pros and cons of using FindMPI over passing FC=mpif90 and
CC=mpicc?

TIA,
Zaak
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to