4242 push
4343
4444env :
45- LFRIC_APPS_HASH : 299d4f786dd2d86a59a184c3e53384005a69eded
45+ LFRIC_APPS_HASH : 56054ba955cc97a8529afc3844139ab58bd7d359
4646 PYTHON_VERSION : " 3.14"
4747 GNU_TOOLCHAIN : gnu14_openmpi
4848 NVHPC_TOOLCHAIN : nvhpc26_3_openmpi
@@ -116,7 +116,7 @@ jobs:
116116 cp ${PSYCLONE_LFRIC_DIR}/does_nothing.py ${OPT_DIR}/global.py
117117 # Clean previous version and compile again
118118 rm -rf working-gh-passthrough
119- ./build/local_build.py -j ${NUM_PARALLEL} -v - p psyclone-test -w working-gh-passthrough gungho_model
119+ ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test -w working-gh-passthrough gungho_model
120120 # Run
121121 cd applications/gungho_model/example
122122 rm -f timer.txt gungho_model-checksums.txt # In case there were from a previous run
@@ -148,7 +148,7 @@ jobs:
148148 # Clean previous version and compile again
149149 rm -rf working-gh-ompoffload
150150 export BUILD_START="${SECONDS}"
151- LFRIC_OFFLOAD_DIRECTIVES=omp ./build/local_build.py -v - j ${NUM_PARALLEL} -p psyclone-test \
151+ LFRIC_OFFLOAD_DIRECTIVES=omp ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test \
152152 -w working-gh-ompoffload gungho_model |& tee output.txt
153153 # Piping to tee ignores the errcode of the first command, make sure we account for it
154154 if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
@@ -185,7 +185,7 @@ jobs:
185185 cp ${PSYCLONE_LFRIC_DIR}/gpu_offloading.py ${OPT_DIR}/global.py
186186 # Clean previous version and compile again
187187 rm -rf working-gh-accoffload
188- LFRIC_OFFLOAD_DIRECTIVES=acc ./build/local_build.py -v - j ${NUM_PARALLEL} -p psyclone-test \
188+ LFRIC_OFFLOAD_DIRECTIVES=acc ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test \
189189 -w working-gh-accoffload gungho_model
190190 cd applications/gungho_model/example
191191 rm -f timer.txt gungho_model-checksums.txt # In case there were from a previous run
@@ -215,7 +215,7 @@ jobs:
215215 cp ${PSYCLONE_LFRIC_DIR}/everything_everywhere_all_at_once.py ${OPT_DIR}/global.py
216216 # Clean previous version and compile again
217217 rm -rf working-gh_alltrans
218- ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test -v - w working-gh-alltrans gungho_model
218+ ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test -w working-gh-alltrans gungho_model
219219 # Run
220220 cd applications/gungho_model/example
221221 rm -f timer.txt gungho_model-checksums.txt # In case there were from a previous run
@@ -244,7 +244,7 @@ jobs:
244244 cp ${PSYCLONE_LFRIC_DIR}/tiledcolouring_and_omp.py ${OPT_DIR}/global.py
245245 # Clean previous version and compile again
246246 rm -rf working-gh-omptiling
247- ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test -v - w working-gh-omptiling gungho_model
247+ ./build/local_build.py -j ${NUM_PARALLEL} -p psyclone-test -w working-gh-omptiling gungho_model
248248 # Run
249249 cd applications/gungho_model/example
250250 rm -f timer.txt gungho_model-checksums.txt # In case there were from a previous run
@@ -269,7 +269,7 @@ jobs:
269269 # Build the 'meto-ex1a' platform, that includes psyclone-transmutation
270270 rm -rf working-atm-transmuted
271271 export BUILD_START="${SECONDS}"
272- ./build/local_build.py -v - p meto-ex1a -j 16 -w working-atm-transmuted lfric_atm
272+ ./build/local_build.py -p meto-ex1a -j 16 -w working-atm-transmuted lfric_atm
273273 export BUILD_ELAPSED=$((${SECONDS}-${BUILD_START}))
274274
275275 # Run the app with 8 threads and no MPI
@@ -300,7 +300,7 @@ jobs:
300300 # enabled, but we want to make sure we keep the nvfortran build working.
301301 rm -rf working-atm-gpu
302302 export BUILD_START="${SECONDS}"
303- ./build/local_build.py -v - p meto-ex1a -j 16 -w working-atm-gpu lfric_atm
303+ ./build/local_build.py -p meto-ex1a -j 16 -w working-atm-gpu lfric_atm
304304 export BUILD_ELAPSED=$((${SECONDS}-${BUILD_START}))
305305
306306
0 commit comments