Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use module reset and fix Orion build #15

Merged
merged 5 commits into from
Oct 25, 2022

Conversation

KateFriedman-NOAA
Copy link
Member

@KateFriedman-NOAA KateFriedman-NOAA commented Oct 25, 2022

This PR resolves issues #13 and #14. This PR replaces module purge with module reset on Hera, Orion, Jet, and S4. This PR also fixes the build on Orion by moving to a different copy of hpc-stack (see more details in issue #14).

Close #13
Fixes #14

Replace "module purge" in ush/module-setup.sh for Hera, Orion, and Jet
with two lines to perform "module reset":

export LMOD_SYSTEM_DEFAULT_MODULES=contrib
module reset

Refs #13
- Similar to changes made for Hera/Orion/Jet, replace "module purge"
with "module reset" and LMOD_SYSTEM_DEFAULT_MODULES setting in S4 block
in ush/module-setup.sh.

Refs #13
- Use stack install copy that Hang Lei manages.
- Move to hpc/1.2.0 at direction of Hang Lei, so g2/3.4.5 can be accessed.

Refs #14
…C/gfs-utils into feature/module-reset-rds

* 'feature/module-reset-rds' of https://github.com/NOAA-EMC/gfs-utils:
  Use module reset on S4 in module-setup.sh
* develop:
  Removed cmake module load from the s4 module file. (#12)
@KateFriedman-NOAA KateFriedman-NOAA merged commit 56e6880 into develop Oct 25, 2022
@KateFriedman-NOAA KateFriedman-NOAA deleted the feature/module-reset-rds branch October 25, 2022 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix build on Orion and use new stack install Use module reset on R&Ds
2 participants