From d65642ba8613323895719ca657306e066d816978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Riette?= <sebastien.riette@meteo.fr> Date: Mon, 18 Dec 2023 18:52:52 +0100 Subject: [PATCH] S. Riette 18 Dec 2023: small BF for perf run --- tools/check_commit_testprogs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_commit_testprogs.sh b/tools/check_commit_testprogs.sh index 236158dfe..a730accd6 100755 --- a/tools/check_commit_testprogs.sh +++ b/tools/check_commit_testprogs.sh @@ -470,7 +470,7 @@ if [ $run -ge 1 -a "$perffile" != "" ]; then fi fi - NPROMA=$NPROMA NBLOCKS=$NBLOCKS OMP_NUM_THREADS=8 $0 -r -t $t -a ${archfile} -e 4 ${commit} + NPROMA=$NPROMA NBLOCKS=$NBLOCKS OMP_NUM_THREADS=8 $0 -r -t $t -a ${archfile} --no-check -e 4 ${commit} file=$TESTDIR/$name/tests/with_fcm/arch_${archfile}/${t}${perf_extrapolation_tag}/Output_run if [ -f $file ]; then ZTD=$(grep -m 1 "ZTD =" $file | awk '{print $4}') -- GitLab