Less verbosity

This commit is contained in:
Eugen Betke 2018-11-13 16:31:32 +01:00
parent 5e09a27677
commit 9dd8a784b4
1 changed files with 2 additions and 3 deletions

View File

@ -29,13 +29,12 @@ elif [[ "m" == ${hostname:0:1} ]]; then
export WD="/mnt/lustre01/work/ku0598/k202107/git/ddn-ime-evaluation/benchmark"
export NODES=()
else
echo "Cluster $hostname is not supported. Quitting."
echo "Configuration faile: Cluster $hostname is not supported. Quitting."
exit 1
fi
# Cache = 32108MB
# DATASIZE = 76800MB
# Lustre cache on DDN cluster ist 32108MB. Test file has to be at least twice as large therefore: DATASIZE = 76800MB
DATASIZE=$((4800 * 1024 * 1024 * 16))
COUNT_ARR=( $(seq 3) )