FindMPI: Support components for various languages

This commit is contained in:
Christian Pfeiffer
2017-06-30 15:43:49 +02:00
parent 9a58e69cc8
commit 2f673da69f
3 changed files with 79 additions and 19 deletions
+3
View File
@@ -3,6 +3,8 @@ findmpi-overhaul
* :module:`FindMPI` gained a number of new features, including:
* Language-specific components have been added to the module.
* Many more MPI environments are now supported.
* The environmental support for Fortran has been improved.
* A user now has fine-grained control over the MPI selection process,
including passing custom parameters to the MPI compiler.
@@ -11,3 +13,4 @@ findmpi-overhaul
* The available Fortran bindings are now being detected and verified.
* Various MPI-3 information can be requested, including the library version
and Fortran capabilities of the individual bindings.
* Statically linked MPI implementations are supported.