Skip to content

Commit b6fe08e

Browse files
authored
add debug info
1 parent c4e2527 commit b6fe08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/performance/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ run_abacus() {
8080
lastword=$(tail -1 result.log | awk '{print $1}')
8181
fi
8282
if [[ $lastword != "SEE" ]]; then
83-
/usr/bin/time -v mpirun -n $1 -env OMP_NUM_THREADS=$2 $abacus >result.log 2>time.log
83+
/usr/bin/time -v mpirun -n $1 -env OMP_NUM_THREADS=$2 $abacus 2>time.log | tee result.log
8484
else
8585
printf "**result.log is normal end, skip this job** "
8686
fi

0 commit comments

Comments
 (0)