This commit is contained in:
Julian M. Kunkel 2018-10-30 12:33:08 +00:00
parent ad8241c262
commit 06807992f7
1 changed files with 9 additions and 8 deletions

View File

@ -81,7 +81,9 @@ for API in ${API_ARR[@]}; do
(
set -x
$MPIEXEC $MPIEXEC_PARAMS $IOR $IOR_PARAMS -o $LUSTRE_TESTFILE_WRITE -w | tee -a $BENCHFILE
free -m
$MPIEXEC $MPIEXEC_PARAMS /esfs/jtacquaviva/git/ime-evaluation/drop_caches.sh
free -m
$MPIEXEC $MPIEXEC_PARAMS $IOR $IOR_PARAMS -o $LUSTRE_TESTFILE_READ -r | tee -a $BENCHFILE
set +x
) 2> >(tee -a $BENCHFILE)
@ -95,4 +97,3 @@ done
done
done
done