From e4e1116192d5a1fa4653f1d2ecc416d9407dd936 Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Fri, 8 Nov 2024 16:41:26 +0100 Subject: [PATCH] feat: new bash to submit slurm for all examples --- examples/slurm_allexamples.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 examples/slurm_allexamples.sh diff --git a/examples/slurm_allexamples.sh b/examples/slurm_allexamples.sh old mode 100644 new mode 100755 index db2243fa..85b47088 --- a/examples/slurm_allexamples.sh +++ b/examples/slurm_allexamples.sh @@ -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 @@ -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