Closed malloryprow closed 4 years ago
Work being done in feature_fix_contrib_module_load https://github.com/NOAA-EMC/EMC_verif-global/tree/feature_fix_contrib_module_load
load_modules.sh updated and tested successfully in stand alone.
feature_fix_contrib_module_load merged into develop at https://github.com/NOAA-EMC/EMC_verif-global/commit/37fb767989542989013847b1f61b060281806cc7
develop merged into master at https://github.com/NOAA-EMC/EMC_verif-global/commit/842794eb1baf1e9de3c02170d2b38ad3a61bc966
verif_global_v1.8.0 tag created.
Change is running successfully on Hera.
The way contib modules are loaded on Hera is changing, so load_modules.sh needs to be updated.
E-mail about changes: "As an example, here is what you need to change if you want to use the "sutils" contrib package: The current method of loading "sutils" module: module load contrib module load sutils
The new method for loading “sutils” module (available now, and required starting 6/11/20): module use -a /contrib/sutils/modulefiles module load sutils"