diff --git a/bash_array_jobs/array_rand.job b/bash_array_jobs/array_rand.job index 297049da8e4a5ec39ed73e3d0b73bddf603afe77..1cffa7c6a4c338745ce0deab848bd88c2c486de3 100644 --- a/bash_array_jobs/array_rand.job +++ b/bash_array_jobs/array_rand.job @@ -1,6 +1,5 @@ #!/bin/bash #SBATCH --array=0-4 -#SBATCH --share #SBATCH --partition=express # # Name your job to make it easier for you to track diff --git a/bash_array_jobs/array_seq.job b/bash_array_jobs/array_seq.job index 3e8ed6b39de63ea4d08aaa2ab932d90cab112922..8b196621815c90e29918b87c5895fdf3ffff4678 100644 --- a/bash_array_jobs/array_seq.job +++ b/bash_array_jobs/array_seq.job @@ -1,6 +1,5 @@ #!/bin/bash #SBATCH --array=1-5 -#SBATCH --share #SBATCH --partition=express # # Name your job to make it easier for you to track