From 3ced1744716f0fb8d780def9661e74651ea0fc11 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 21 Sep 2020 11:02:33 +0200
Subject: [PATCH] update echos to trigger download on login node etc. #159

---
 HPC_setup/create_runscripts_HPC.sh | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh
index bcbb5fb0..63c75ed5 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 "###################################################################################"
+
-- 
GitLab