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

fix path conflict

parent f4922890
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 #35729 passed
...@@ -68,7 +68,7 @@ if [[ $hpcsys = "juwels" ]]; then ...@@ -68,7 +68,7 @@ if [[ $hpcsys = "juwels" ]]; then
for i in "develgpus 2 02:00:00" "gpus 4 08:00:00"; do for i in "develgpus 2 02:00:00" "gpus 4 08:00:00"; do
set -- $i set -- $i
cat <<EOT > ${hpcsys}/run_${hpcsys}_$1.bash cat <<EOT > ${cur}/run_${hpcsys}_$1.bash
#!/bin/bash -x #!/bin/bash -x
#SBATCH --account=${budget} #SBATCH --account=${budget}
#SBATCH --nodes=1 #SBATCH --nodes=1
...@@ -95,7 +95,7 @@ EOT ...@@ -95,7 +95,7 @@ EOT
done done
elif [[ $hpcsys = "hdfml" ]]; then elif [[ $hpcsys = "hdfml" ]]; then
cat <<EOT > ${hpcsys}/run_${hpcsys}_batch.bash cat <<EOT > ${cur}/run_${hpcsys}_batch.bash
#!/bin/bash -x #!/bin/bash -x
#SBATCH --account=${budget} #SBATCH --account=${budget}
#SBATCH --nodes=1 #SBATCH --nodes=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment