We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2c706 commit 088c482Copy full SHA for 088c482
examples/performance/run.sh
@@ -80,7 +80,7 @@ run_abacus() {
80
lastword=$(tail -1 result.log | awk '{print $1}')
81
fi
82
if [[ $lastword != "SEE" ]]; then
83
- /usr/bin/time -v mpirun -n $1 -env OMP_NUM_THREADS=$2 $abacus 2>time.log | tee result.log
+ /usr/bin/time -v mpirun -n $1 -env OMP_NUM_THREADS=$2 $abacus 2>time.log | tee result.log
84
else
85
printf "**result.log is normal end, skip this job** "
86
0 commit comments