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

Restore Intel MPI gatherv setting on Milan #660

Open mathomp4 opened 6 days ago

mathomp4 commented 6 days ago

As found by @pcolarco, occasionally with Intel MPI checkpoint writes will fail. Debugging by @bena-nasa found that the fix is an old favorite I_MPI_ADJUST_GATHERV=3 previously added back in #119.

This was removed on Milan nodes at NCCS as it didn't seem to be needed anymore. But it apparently still is at times.

mathomp4 commented 6 days ago

Note: Keeping draft until @wmputman can review