Skip to content
Snippets Groups Projects
Commit 3ced1744 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update echos to trigger download on login node etc. #159

parent 0062db83
No related branches found
No related tags found
4 merge requests!146Develop,!145Resolve "new release v0.12.0",!140Resolve "Failure on HPC installation",!139Draft: Resolve "KZ filter"
Pipeline #46069 passed
......@@ -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 "###################################################################################"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment