We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ensemble verification tests should pass on Hera.
Ensemble verification tests fail on Hera and Jet.
Hera and Jet
Run MET_ensemble_verification test
MET_ensemble_verification
There is a typo in the task specific module file run_vx.local.lua. I blame bad keyboard and lack of comprehensive testing.
run_vx.local.lua
-load(pathJoin("intel", os.gentenv("intel_ver") or "18.0.5.274")) +load(pathJoin("intel", os.getenv("intel_ver") or "18.0.5.274"))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
testDetailed 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.The text was updated successfully, but these errors were encountered: