diff options
author | Christian Pfeiffer <cpfeiffer@live.de> | 2017-06-30 13:43:49 (GMT) |
---|---|---|
committer | Christian Pfeiffer <cpfeiffer@live.de> | 2017-09-15 12:55:08 (GMT) |
commit | 2f673da69f51cf6d5ef7fce4ea3b18762502adb3 (patch) | |
tree | 7a5932897eefa6ef7d3799f89415053007dec068 /Help | |
parent | 9a58e69cc8a9eea2e4f4ff0e65e7b1df909221ac (diff) | |
download | CMake-2f673da69f51cf6d5ef7fce4ea3b18762502adb3.zip CMake-2f673da69f51cf6d5ef7fce4ea3b18762502adb3.tar.gz CMake-2f673da69f51cf6d5ef7fce4ea3b18762502adb3.tar.bz2 |
FindMPI: Support components for various languages
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindMPI-overhaul.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/FindMPI-overhaul.rst b/Help/release/dev/FindMPI-overhaul.rst index da61dd9..3bff602 100644 --- a/Help/release/dev/FindMPI-overhaul.rst +++ b/Help/release/dev/FindMPI-overhaul.rst @@ -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. |