-
Notifications
You must be signed in to change notification settings - Fork 179
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
Builds failing on WCOSS2 after LMOD_TMOD_FIND_FIRST setting added #3225
Comments
Thank you @KateFriedman-NOAA for documenting this problem. Sorry that I did not catch this in testing PR #3220. I can review the PR for this issue when it's ready. |
@KateFriedman-NOAA , this issue explains the failure I am seeing when I run GSI ctests from branch feature/wcoss2_ss on Cactus. The control |
All good @RussTreadon-NOAA ! I also didn't catch it in my PR that followed yours since I'd already built mine in CI test before yours went in. Thanks for confirming the error matches what you're also seeing in your testing, that helps! |
@KateFriedman-NOAA , the proposed changes work for the g-w build on Cactus. Execute
Next up, running GDASApp based g-w CI on Cactus. |
Thanks @RussTreadon-NOAA ! FYI, I made similar changes in a clone and just kicked off manual CI tests on WCOSS2. My changes:
|
My CI tests are running here on Cactus: |
@KateFriedman-NOAA : The change to
The GDASApp build sources its own copy of
|
Ok good, thanks for letting me know! I added it to be safe, I'll remove it from my changes now. |
Temporarily comment out LMOD_TMOD_FIND_FIRST=yes in module-setup.sh. Move it to ush/load_ufsda_modules.sh for runtime usage. Left note to undo these changes when WCOSS2 is using spack-stack. Refs NOAA-EMC#3225
What is wrong?
Three builds are failing on WCOSS2 now after
export LMOD_TMOD_FIND_FIRST=yes
was added toush/module-setup.sh
:Error in the build logs (same error for all three):
What should have happened?
The builds should have completed successfully.
What machines are impacted?
WCOSS2
What global-workflow hash are you using?
53ed76e
Steps to reproduce
Clone develop and run build:
./build_all.sh gfs gsi gdas
Additional information
Started after 26fb850 commit pushed yesterday.
Do you have a proposed solution?
Temporarily comment out line 55 in
ush/module-setup.sh
:Put in a TODO to uncomment when we move to spack-stack on WCOSS2.
Also, temporarily add
export LMOD_TMOD_FIND_FIRST=yes
to GDASApp build andload_ufsda_modules.sh
. Test if other locations are needed. Add TODO comments where needed to remove setting later.The text was updated successfully, but these errors were encountered: