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

update logging

parent caf5687f
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #35719 passed
...@@ -59,7 +59,7 @@ fi ...@@ -59,7 +59,7 @@ fi
# create HPC_logging dir # create HPC_logging dir
hpclogging="/HPC_logging/" hpclogging="/HPC_logging/"
mkdir -p ${cur}${}hpclogging} mkdir -p ${cur}${hpclogging}
# ordering for looping: # ordering for looping:
...@@ -124,8 +124,8 @@ echo ...@@ -124,8 +124,8 @@ 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 if [[ ${hpcsys} = 'juwels' ]]; then
echo " \`sbatch run_${hpcsys}_develgpus.bash'" echo " \`sbatch run_juwels_develgpus.bash'"
else else
echo " \`sbatch run_${hpcsys}_batch.bash'" echo " \`sbatch run_hdfml_batch.bash'"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment