Skip to content

Commit

Permalink
feat: new bash to submit slurm for all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Nov 8, 2024
1 parent fab4bd3 commit e4e1116
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/slurm_allexamples.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
path2CLEO=$1

sbatch ${path2CLEO}/examples/adiabaticparcel/as2017.sh
sbatch ${path2CLEO}/examples/adiabaticparcel/cuspbifurc.sh
sbatch ${path2CLEO}/examples/boxmodelcollisions/shima2009.sh
sbatch ${path2CLEO}/examples/boxmodelcollisions/breakup.sh
#sbatch ${path2CLEO}/examples/bubble3d/bubble3d.sh # TODO(CB): complete
sbatch ${path2CLEO}/examples/constthermo2d/constthermo2d.sh
sbatch ${path2CLEO}/examples/divfreemotion/divfree2d.sh
Expand All @@ -23,6 +25,3 @@ sbatch ${path2CLEO}/examples/fromfile/fromfile.sh
sbatch ${path2CLEO}/examples/fromfile_irreg/fromfile_irreg.sh
sbatch ${path2CLEO}/examples/rainshaft1d/rainshaft1d.sh
sbatch ${path2CLEO}/examples/speedtest/speedtest.sh

sbatch ${path2CLEO}/examples/adiabaticparcel/cuspbifurc.sh
sbatch ${path2CLEO}/examples/boxmodelcollisions/breakup.sh

0 comments on commit e4e1116

Please sign in to comment.