-
Notifications
You must be signed in to change notification settings - Fork 177
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
Resolve bug with LMOD_TMOD_FIND_FIRST setting affecting build on WCOSS2 #3229
Resolve bug with LMOD_TMOD_FIND_FIRST setting affecting build on WCOSS2 #3229
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @KateFriedman-NOAA!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Wondering if the LD_LIBRARY_PATH business can also be done in load_ufsda_modules.sh in an wcoss if-block to isolate non-spack built executables from it. |
This is a good idea. Need to test to confirm that it works as intended. |
Thanks all! In the interest of getting this fix in, I will now merge this. Please consider making the additional |
…kf_sfc_update_com_in_out * upstream/develop: Resolve bug with LMOD_TMOD_FIND_FIRST setting affecting build on WCOSS2 (NOAA-EMC#3229) Reinstate product groups (NOAA-EMC#3208) Additional fixes for downstream jobs (NOAA-EMC#3187) Turn IAU off during staging job for cold start experiments (NOAA-EMC#3215) Update the gdas.cd hash and enable GDASApp to run on WCOSS2 (NOAA-EMC#3220) Update upload-artifact to v4 (NOAA-EMC#3216) Prevent duplicate case generation in generate_workflows.sh (NOAA-EMC#3217) Update g-w to cycle with C1152 ATM (NOAA-EMC#3206)
…kf_sfc_update_com_in_out * upstream/develop: Resolve bug with LMOD_TMOD_FIND_FIRST setting affecting build on WCOSS2 (NOAA-EMC#3229) Reinstate product groups (NOAA-EMC#3208) Additional fixes for downstream jobs (NOAA-EMC#3187) Turn IAU off during staging job for cold start experiments (NOAA-EMC#3215) Update the gdas.cd hash and enable GDASApp to run on WCOSS2 (NOAA-EMC#3220) Update upload-artifact to v4 (NOAA-EMC#3216) Prevent duplicate case generation in generate_workflows.sh (NOAA-EMC#3217) Update g-w to cycle with C1152 ATM (NOAA-EMC#3206)
…kf_sfc_update_com_in_out * upstream/develop: Resolve bug with LMOD_TMOD_FIND_FIRST setting affecting build on WCOSS2 (NOAA-EMC#3229) Reinstate product groups (NOAA-EMC#3208) Additional fixes for downstream jobs (NOAA-EMC#3187) Turn IAU off during staging job for cold start experiments (NOAA-EMC#3215) Update the gdas.cd hash and enable GDASApp to run on WCOSS2 (NOAA-EMC#3220) Update upload-artifact to v4 (NOAA-EMC#3216) Prevent duplicate case generation in generate_workflows.sh (NOAA-EMC#3217) Update g-w to cycle with C1152 ATM (NOAA-EMC#3206)
Description
This PR temporarily comments out the
LMOD_TMOD_FIND_FIRST=yes
setting inush/module-setup.sh
. Have moved it toush/load_ufsda_modules.sh
for runtime usage for now. Left note to undo these changes when WCOSS2 is using spack-stack.Also found and corrected a spelling mistake.
Resolves #3225
Type of change
Change characteristics
Build and runtime script updates.
How has this been tested?
Ran CI tests on WCOSS2-Cactus.