Skip to content

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

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 07 Nov 17:47
· 12 commits to release/v3 since this release
9f8f10d

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

  • v3: Do not determine MPI stack without MPI found by @mathomp4 in #411

Full Changelog: v3.53.0...v3.53.1