Skip to content
Snippets Groups Projects
Commit d65642ba authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 18 Dec 2023: small BF for perf run

parent 5b8e8cec
No related branches found
No related tags found
No related merge requests found
...@@ -470,7 +470,7 @@ if [ $run -ge 1 -a "$perffile" != "" ]; then ...@@ -470,7 +470,7 @@ if [ $run -ge 1 -a "$perffile" != "" ]; then
fi fi
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 file=$TESTDIR/$name/tests/with_fcm/arch_${archfile}/${t}${perf_extrapolation_tag}/Output_run
if [ -f $file ]; then if [ -f $file ]; then
ZTD=$(grep -m 1 "ZTD =" $file | awk '{print $4}') ZTD=$(grep -m 1 "ZTD =" $file | awk '{print $4}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment