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 Perl v5.38.0 on Hera/Rocky 8 #129

Merged

Conversation

DavidHuber-NOAA
Copy link
Collaborator

This load the peral/5.38.0 module on Hera Rocky 8. This is only needed for the minimization monitor within the global workflow (NOAA-EMC/global-workflow#2439), but it seems wise to have the same module loaded within the monitor itself for consistency.

@@ -6,6 +6,7 @@ prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-s
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"
local grads_ver=os.getenv("grads_ver") or "2.2.1"
local perl_ver=os.getenv("grads_ver") or "5.38.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you want "perl_ver" not "grads_ver".

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@EdwardSafford-NOAA EdwardSafford-NOAA merged commit 8efe38e into NOAA-EMC:develop Apr 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants