Skip to content

Commit

Permalink
modfied examples
Browse files Browse the repository at this point in the history
  • Loading branch information
schwemro committed Oct 11, 2023
1 parent c905913 commit e263673
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/plot_scale/boadkh/svat_crop/submit_jobs_elsenz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_elsenz_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_heidelsheim_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_ihringen_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_kirchen_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_kupferzell_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_maehringen_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_oehringen_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scale/boadkh/svat_crop/submit_jobs_singen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_singen_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~/roger/examples/plot_scale/boadkh/svat_crop

FILES="$PWD/svat_crop_altheim_*_slurm.sh"
FILES="$PWD/svat_crop_stachenhausen_*_slurm.sh"
for f in $FILES
do
sbatch --partition=single $f
Expand Down

0 comments on commit e263673

Please sign in to comment.