From 3477975099a3d60a2bc807074806bfc02f194337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien?= Date: Thu, 9 Dec 2021 21:33:26 +0100 Subject: [PATCH] Tweak script --- scripts/build_LiebLin_catalogue_k_fixed.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/build_LiebLin_catalogue_k_fixed.sh b/scripts/build_LiebLin_catalogue_k_fixed.sh index 8626d00..838b629 100755 --- a/scripts/build_LiebLin_catalogue_k_fixed.sh +++ b/scripts/build_LiebLin_catalogue_k_fixed.sh @@ -10,8 +10,8 @@ # executable is invoked. -if [[ $# -ne 4 ]]; then - echo "Arguments needed: whichDSF, kBT, target_sumrule, nr_minutes (for each c, k combination)." +if [[ $# -ne 4 ]]; then + echo "Arguments needed: whichDSF, kBT, target_sumrule, nr_minutes (for each c, k combination)." exit 1 fi @@ -41,7 +41,7 @@ whichDSF=$1 kBT=$2 target_sumrule=$3 -logfile='run-'$(strftime '%Y-%m-%d-%Hh%m')'.log' +logfile='run_'$whichDSF'_kBT_'$kBT'_sr_'$target_sumrule'_'$(date '+%Y-%m-%d-%Hh%M')'.log' touch $logfile clist=(1024 512 256 128 64 32 16 8 4 2 1 0.5 0.25 0.125 0.0625 0.03125 0.015625) @@ -51,7 +51,7 @@ basedir="$(pwd)" for c in $clist do - for nk in {1..16} + for nk in {1..16} do echo 'Starting run for c =' $c', kfact = '$nk | tee -a $logfile dir='c_'$c'/kBT_'$kBT'/k_fixed/k_'${(l:2::0:)nk}'kFo4/sr_'$target_sumrule @@ -62,4 +62,4 @@ do cd $basedir echo ' Successfully completed run for c =' $c', kfact = '$nk'\n' | tee -a $logfile done -done +do