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

Tweaked joblaunch retest.

parent d69a70be
No related branches found
No related tags found
No related merge requests found
......@@ -73,9 +73,11 @@ W_APRUN=`which aprun`
R_APRUN=/usr/bin/aprun
#-- Test with XALT's aprun wrapper
echo "W_APRUN: \$W_APRUN" | tee -a ${SW_BLDDIR}/.running
eval \$TIME \$W_APRUN -n 1 \$UPTIME 2>&1 | tee w_aprun.log | tee -a ${SW_BLDDIR}/.running
#-- Test with real aprun
echo "R_APRUN: \$R_APRUN" | tee -a ${SW_BLDDIR}/.running
eval \$TIME \$R_APRUN -n 1 \$UPTIME 2>&1 | tee r_aprun.log | tee -a ${SW_BLDDIR}/.running
echo "verified" > ${SW_BLDDIR}/status
......
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