From 8cfcbb0c20cc799c92664e8a45b7be5175ac40ee Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Thu, 30 Apr 2020 14:30:36 +0200 Subject: [PATCH] update logging --- HPC_setup/create_runscripts_HPC.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh index 829379a1..c4d7866b 100755 --- a/HPC_setup/create_runscripts_HPC.sh +++ b/HPC_setup/create_runscripts_HPC.sh @@ -59,7 +59,7 @@ fi # create HPC_logging dir hpclogging="/HPC_logging/" -mkdir -p ${cur}${}hpclogging} +mkdir -p ${cur}${hpclogging} # ordering for looping: @@ -124,8 +124,8 @@ echo echo "Please execute the following command to check if the setup went well:" if [[ ${hpcsys} = 'juwels' ]]; then - echo " \`sbatch run_${hpcsys}_develgpus.bash'" + echo " \`sbatch run_juwels_develgpus.bash'" else - echo " \`sbatch run_${hpcsys}_batch.bash'" + echo " \`sbatch run_hdfml_batch.bash'" fi -- GitLab