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

Bug with Hera/Jet verification task modulefile #437

Closed
danielabdi-noaa opened this issue Oct 28, 2022 · 0 comments
Closed

Bug with Hera/Jet verification task modulefile #437

danielabdi-noaa opened this issue Oct 28, 2022 · 0 comments
Labels
bug Something isn't working Priority: HIGH

Comments

@danielabdi-noaa
Copy link
Collaborator

danielabdi-noaa commented Oct 28, 2022

Expected behavior

Ensemble verification tests should pass on Hera.

Current behavior

Ensemble verification tests fail on Hera and Jet.

Machines affected

Hera and Jet

Steps To Reproduce

Run MET_ensemble_verification test

Detailed Description of Fix (optional)

There is a typo in the task specific module file run_vx.local.lua. I blame bad keyboard and lack of comprehensive testing.

-load(pathJoin("intel", os.gentenv("intel_ver") or "18.0.5.274"))
+load(pathJoin("intel", os.getenv("intel_ver") or "18.0.5.274"))
@danielabdi-noaa danielabdi-noaa added bug Something isn't working Priority: HIGH labels Oct 28, 2022
@danielabdi-noaa danielabdi-noaa changed the title Bug with Hera verification task modulefile Bug with Hera/Jet verification task modulefile Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: HIGH
Projects
None yet
Development

No branches or pull requests

1 participant