Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 501 Bytes

Detecting the MPI parallel environment

We will show how to detect support for MPI distributed-memory parallelism standard. Usage of CMake IMPORTED libraries is shown. Examples are given for both C++ and C using CMake 3.9 or higher. The c-example-3.5 show how to attain the same goal with a lower version of CMake.