FindMPI-overhaul.rst 820 B

12345678910111213141516
  1. findmpi-overhaul
  2. ----------------
  3. * :module:`FindMPI` gained a number of new features, including:
  4. * Language-specific components have been added to the module.
  5. * Many more MPI environments are now supported.
  6. * The environmental support for Fortran has been improved.
  7. * A user now has fine-grained control over the MPI selection process,
  8. including passing custom parameters to the MPI compiler.
  9. * The version of the implemented MPI standard is now being exposed.
  10. * MPI-2 C++ bindings can now be detected and also suppressed if so desired.
  11. * The available Fortran bindings are now being detected and verified.
  12. * Various MPI-3 information can be requested, including the library version
  13. and Fortran capabilities of the individual bindings.
  14. * Statically linked MPI implementations are supported.