Created
April 24, 2024 18:09
-
-
Save emcbot/9b9d01591f632a554e05c38b27e16617 to your computer and use it in GitHub Desktop.
error log file from CI run PR_BUILD_278
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ OPTIND=1 | |
+ getopts :j:dv option | |
+ case "${option}" in | |
+ BUILD_JOBS=8 | |
+ getopts :j:dv option | |
+ shift 2 | |
+ BUILD_TYPE=Release | |
+ BUILD_VERBOSE=NO | |
+ BUILD_JOBS=8 | |
+ GSI_MODE=GFS | |
+ ENKF_MODE=GFS | |
+ REGRESSION_TESTS=NO | |
+ ./gsi_enkf.fd/ush/build.sh | |
./build_gsi_enkf.sh: line 22: ./gsi_enkf.fd/ush/build.sh: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment