Add/update files to build and run prepobs on Gaea C5 #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added modulefiles/prepobs_gaea.lua to build prepobs on Gaea-C5. Spack-stack gsi-addon-dev environment used for bufr/11.7.0.
Tested with C96_atm3DVar.yaml experiment from the global-workflow CI tests.
Refs #32
Refs NOAA-EMC/global-workflow #2766
I'm starting this PR in draft mode. Gaea-C5 will only be supporting a legacy ksh version, which does not support regex expressions (extended globbing is supported instead.) For this reason,
prepobs/v1.0.2/install/ush/prepobs_makeprepbufr.sh
silently fails with[1620]: syntax error: unexpected operator/operand '=~'
on this line:if [[ "$COMSP" =~ (^/com/|^/com2/|^/gpfs/.../nco/ops/com/)
. The C96_atm3DVar workflow still completes successfully. I'm tracking a ticket with Gaea SA, and hopefully will resolve this set back soon.