Moved testfile to /dev/shm to not degrade hardware and speedup testing.

master
Julian M. Kunkel 2018-07-07 00:13:43 +01:00
parent de1d3ff266
commit b5e7212d84
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function TEST(){
else
echo -n "OK "
fi
echo " ${IOR_OUT}/${I} ${IOR_MPIRUN} -o /dev/shm/ior ${@}"
echo " ${IOR_OUT}/${I} ${IOR_MPIRUN} ${@} -o /dev/shm/ior"
I=$((${I}+1))
}