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

S. Riette 14 Dec 2023: aurora default arch in check_commit_testprogs.sh

parent f7905072
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,10 @@ TESTDIR=${TESTPROGSDIR:=$HOME/TESTPROGS}
dirdata=$PHYEXTOOLSDIR/testprogs_data
if [ $(hostname | cut -c 1-7) == 'belenos' -o $(hostname | cut -c 1-7) == 'taranis' ]; then
HPC=1
defaultarchfile=MIMPIIFC1805.EPONA
elif [ $(hostname) == 'aurora01' ]; then
defaultarchfile=ECMWF_NEC440MPI225SP.AU.x
else
HPC=0
defaultarchfile=gnu
fi
defaultRef=ref
......
......@@ -91,6 +91,9 @@ done
#stdout and stderr redirection
logfile="${WORKDIR}/logfile"
if [ -f "${logfile}" ]; then
mv "${logfile}" "${logfile}.old"
fi
exec > "${logfile}" 2>&1
#context for statuses
......
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