Skip to content
Snippets Groups Projects
Commit 4da03bae authored by Reuben D. Budiardja's avatar Reuben D. Budiardja
Browse files

Updated retest for MILC to update the status file.

parent 0ff78f8c
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,13 @@ MILC_BIN=${SW_BLDDIR}/bin/su3_rmd
aprun -n 256 \$MILC_BIN < large.in | tee ${PACKAGE}.log | tee -a ${SW_BLDDIR}/.running
#-- Check result
${SW_BLDDIR}/${SRCDIR}/scripts/checkout ${PACKAGE}.log
result=\$(${SW_BLDDIR}/${SRCDIR}/scripts/checkout ${PACKAGE}.log)
if [ "\$result" == "OK" ]; then
echo "verified" > ${SW_BLDDIR}/status
else
echo "unverified" > ${SW_BLDDIR}/status
echo \$result >> ${SW_BLDDIR}/status
fi
tail -n 10 ${PACKAGE}.log | grep NERSC_TIME | awk '{print "YVALUE=",\$2}' \
| sed 's/ //g' > ${SW_BLDDIR}/wallclock
......
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