diff options
author | Brad King <brad.king@kitware.com> | 2017-09-18 14:10:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-09-18 14:11:04 (GMT) |
commit | bc2009b724f24e01c1a3d8b076c75a19b7c94b96 (patch) | |
tree | fb90695ff5d6e41a15acdd9d3762075841bd6337 /Help | |
parent | d31b1c0e990171e6bc6780b01ab5df0dafc3ab9c (diff) | |
parent | bf1e606f6097a7d7012848d508e5f74810a015d2 (diff) | |
download | CMake-bc2009b724f24e01c1a3d8b076c75a19b7c94b96.zip CMake-bc2009b724f24e01c1a3d8b076c75a19b7c94b96.tar.gz CMake-bc2009b724f24e01c1a3d8b076c75a19b7c94b96.tar.bz2 |
Merge topic 'findmpi-overhaul'
bf1e606f FindMPI: Add support for FreeBSD and SLES
2f673da6 FindMPI: Support components for various languages
9a58e69c FindMPI: Modernization from ground up
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !893
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindMPI-overhaul.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Help/release/dev/FindMPI-overhaul.rst b/Help/release/dev/FindMPI-overhaul.rst new file mode 100644 index 0000000..3bff602 --- /dev/null +++ b/Help/release/dev/FindMPI-overhaul.rst @@ -0,0 +1,16 @@ +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. + * The version of the implemented MPI standard is now being exposed. + * MPI-2 C++ bindings can now be detected and also suppressed if so desired. + * 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. |