GEOS-ESM / GEOSgcm_App

Repo containing the scripts for running the GEOS Earth System Model GCM
Apache License 2.0
2 stars 1 forks source link

v12: Update Intel MPI Flags #631

Closed mathomp4 closed 3 weeks ago

mathomp4 commented 1 month ago

Testing by @wmputman and @pchakraborty on SLES15 at NCCS show that using:

setenv I_MPI_FABRICS shm:ofi
setenv I_MPI_OFI_PROVIDER psm3

is all that is needed. So this PR changes the flags on SLES15 to reflect this. For now it should keep the SLES12 flags as they were before.

This should be used only in concert with https://github.com/GEOS-ESM/GEOSgcm/pull/791 which moves GEOSgcm to Intel MPI 2021.13. It might work with older Intel MPI...but I've only tested with that version.

NOTE: Once Cascade Lake moves to SLES15, this might need to be revisited as perhaps these are Milan-only flags.

mathomp4 commented 3 weeks ago

Superseded by #640