diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh index bcbb5fb07800079736361450d7f0fed8684dc344..63c75ed5babe008c90dd9748f76fdd813966154e 100755 --- a/HPC_setup/create_runscripts_HPC.sh +++ b/HPC_setup/create_runscripts_HPC.sh @@ -117,15 +117,17 @@ EOT fi -echo -echo "You have to run the the following command on a login node to download data:" -echo " \`python run.py'" -echo +echo "###################################################################################" +echo "# You have to run the the following command on a login node to download data: #" +echo "# \`python run_HPC.py' #" +echo "# #" -echo "Please execute the following command to check if the setup went well:" +echo "# Please execute the following command to check if the setup went well: #" if [[ ${hpcsys} = 'juwels' ]]; then - echo " \`sbatch run_juwels_develgpus.bash'" + echo "# \`sbatch run_juwels_develgpus.bash' #" else - echo " \`sbatch run_hdfml_batch.bash'" + echo "# \`sbatch run_hdfml_batch.bash' #" fi +echo "###################################################################################" +