-
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
gfs_utils build fails on Orion #1093
Comments
I just hit this too and have a remedy. Will fix in gfs-utils. Thanks! |
New hash of gfs-utils (56e6880) resolves the build error on Orion. That hash also updated gfs-utils to use |
@KateFriedman-NOAA , I updated my working copy of
I did not attempt to execute any gfs_util apps or scripts. |
Cool, thanks for confirming @RussTreadon-NOAA ! |
Adds module-setup calls and updates gfs-utils to reset modules when building. The gfs-utils update also fixes the build issue on Orion by updating the stack version to 1.2. Brings all build scripts into full shellcheck compliance. Also removes the workflow utils modulefiles since they are no longer needed after moving those programs to gfs-utils. Fixes NOAA-EMC#1093
Adds module-setup calls and updates gfs-utils to reset modules when building. The gfs-utils update also fixes the build issue on Orion by updating the stack version to 1.2. Brings all build scripts into full shellcheck compliance. Also removes the workflow utils modulefiles since they are no longer needed after moving those programs to gfs-utils. Fixes NOAA-EMC#1093
Adds module-setup calls and updates gfs-utils to reset modules when building. The gfs-utils update also fixes the build issue on Orion by updating the stack version to 1.2. Brings all build scripts into full shellcheck compliance. Also removes the workflow utils modulefiles since they are no longer needed after moving those programs to gfs-utils. Fixes NOAA-EMC#1093
Adds module-setup calls and updates gfs-utils to reset modules when building. The gfs-utils update also fixes the build issue on Orion by updating the stack version to 1.2. Brings all build scripts into full shellcheck compliance. Also removes the workflow utils modulefiles since they are no longer needed after moving those programs to gfs-utils. Fixes #1093
Expected behavior
The gfs_utils build should succeed when executing
sorc/build_all.sh
on Orion.Current behavior
The gfs_utils build fails on Orion with the following message:
The following error message is found in
sorc/logs/build_gfs_utils.log
Machines affected
Orion
To Reproduce
./build_all.sh
. If one wants to more quickly see the failure, editgfs_build.cfg
so that all builds are off except gfs_utilsPossible Implementation
According to
build_gfs_utils.log
the g2 package is not found.gfsutils_common.lua
loads, by default,g2/3.4.5
However,logs/build_gfs_utils.log
does not includeg2
in the module list. The module use and load commands ingfs_utils.fd/ush/build.sh
were executed in an interactive Orion session. It was found thatg2/3.4.5
requireshpc-intel/2022.1.2
. This is problematic.gfsutils_orion
loadshpc-impi/2018.4
.Correction of the problem reported in this issue will require changes be made in gfs-utils.
The text was updated successfully, but these errors were encountered: