You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #623 from E3SM-Project/dqwu/cmake_regression_workaround
This PR applies a temporary but necessary workaround to address a
CMake regression (3.22.0 or higher) that causes find_package(MPI)
to fail or hang when detected in subprojects on Cray systems.
This workaround ensures that find_package(MPI) is properly detected
in subprojects until the regression is resolved by CMake developers.
Fixes#517
0 commit comments