From 0732c22d12e166b37cfcb709beb2640626bac0f1 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Tue, 14 Aug 2018 17:11:56 -0500 Subject: [PATCH] Removed share SBATCH directive from the array jobs --- bash_array_jobs/array_rand.job | 1 - bash_array_jobs/array_seq.job | 1 - 2 files changed, 2 deletions(-) diff --git a/bash_array_jobs/array_rand.job b/bash_array_jobs/array_rand.job index 297049d..1cffa7c 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 3e8ed6b..8b19662 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 -- GitLab