Skip to content
Snippets Groups Projects

Resolve "new release v0.12.0"

Merged Ghost User requested to merge release_v0.12.0 into master
Files
39
@@ -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 "###################################################################################"
Loading