<div dir="ltr">From working on a Homebrew formula <<a href="https://github.com/Homebrew/homebrew/pull/46547">https://github.com/Homebrew/homebrew/pull/46547</a>> for OpenCoarrays <<a href="https://github.com/sourceryinstitute/opencoarrays">https://github.com/sourceryinstitute/opencoarrays</a>> 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?)<div><br></div><div>What are the pros and cons of using FindMPI over passing FC=mpif90 and CC=mpicc?</div><div><br></div><div>TIA,</div><div>Zaak</div></div>