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

fix path

parent 6fce2ccd
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 #35731 passed
...@@ -58,8 +58,8 @@ if [[ -z "$new_email" ]]; then ...@@ -58,8 +58,8 @@ if [[ -z "$new_email" ]]; then
fi 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:
...@@ -73,7 +73,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_$1.bash ...@@ -73,7 +73,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_$1.bash
#SBATCH --account=${budget} #SBATCH --account=${budget}
#SBATCH --nodes=1 #SBATCH --nodes=1
#SBATCH --output=${hpclogging}mlt-out.%j #SBATCH --output=${hpclogging}mlt-out.%j
#SBATCH --error=${hpclogging}/mlt-err.%j #SBATCH --error=${hpclogging}mlt-err.%j
#SBATCH --time=$3 #SBATCH --time=$3
#SBATCH --partition=$1 #SBATCH --partition=$1
#SBATCH --gres=gpu:$2 #SBATCH --gres=gpu:$2
...@@ -100,7 +100,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_batch.bash ...@@ -100,7 +100,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_batch.bash
#SBATCH --account=${budget} #SBATCH --account=${budget}
#SBATCH --nodes=1 #SBATCH --nodes=1
#SBATCH --output=${hpclogging}mlt-out.%j #SBATCH --output=${hpclogging}mlt-out.%j
#SBATCH --error=${hpclogging}/mlt-err.%j #SBATCH --error=${hpclogging}mlt-err.%j
#SBATCH --time=08:00:00 #SBATCH --time=08:00:00
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
#SBATCH --mail-user=${email} #SBATCH --mail-user=${email}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment