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

fix path

parent 6fce2ccd
Branches
Tags
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
fi
# create HPC_logging dir
hpclogging="/HPC_logging/"
mkdir -p ${cur}${hpclogging}
hpclogging="HPC_logging/"
mkdir -p ${cur}/${hpclogging}
# ordering for looping:
......@@ -73,7 +73,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_$1.bash
#SBATCH --account=${budget}
#SBATCH --nodes=1
#SBATCH --output=${hpclogging}mlt-out.%j
#SBATCH --error=${hpclogging}/mlt-err.%j
#SBATCH --error=${hpclogging}mlt-err.%j
#SBATCH --time=$3
#SBATCH --partition=$1
#SBATCH --gres=gpu:$2
......@@ -100,7 +100,7 @@ cat <<EOT > ${cur}/run_${hpcsys}_batch.bash
#SBATCH --account=${budget}
#SBATCH --nodes=1
#SBATCH --output=${hpclogging}mlt-out.%j
#SBATCH --error=${hpclogging}/mlt-err.%j
#SBATCH --error=${hpclogging}mlt-err.%j
#SBATCH --time=08:00:00
#SBATCH --mail-type=ALL
#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