Expand description
Probe an environment for an installed MPI library
Probing is done in several steps on Unix:
- Try to find an MPI compiler wrapper either from the environment variable
MPICCor under the namempiccthen run the compiler wrapper with the command line argument-showand interpret the resulting output asgcccompatible command line arguments. - Query the
pkg-configdatabase for an installation ofmpich. - Query the
pkg-configdatabase for an installation ofopenmpi.
On Windows, only MS-MPI is looked for. The MSMPI_INC and MSMPI_LIB32/64 environment variables are expected.
The result of the first successful step is returned. If no step is successful, a list of errors encountered while executing the steps is returned.
Structs§
- Library
- Result of a successfull probe
Functions§
- probe
- Probe the environment for MS-MPI