diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh index 829379a12452614fa9a6b181a0adf15f3bc5e174..c4d7866b15b5576f8d195f6cfdaa1b63d61e2f3b 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