Skip to content

v4: Don't try to determine MPI stack if MPI not found

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 07 Nov 17:49
· 12 commits to main since this release
d69e111

ESMA_cmake itself does not require MPI, so if MPI is not found, we cannot determine an MPI stack. This release fixes that bug.


From CHANGELOG.md

Fixed

  • Do not include DetermineMPIStack if MPI is not found

What's Changed

  • v4: Do not determine MPI stack without MPI found by @mathomp4 in #410

Full Changelog: v4.8.0...v4.8.1