From 6b6fc6c9ae93eab2abd1d25c1d298527f8ca25c6 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Tue, 3 Apr 2018 12:15:48 -0500 Subject: [PATCH] Run sc_FullAnalysis-Pr.sh on both 256GB and 256GBv1 partitions --- bash.scripts/sc_FullAnalysis-Pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.scripts/sc_FullAnalysis-Pr.sh b/bash.scripts/sc_FullAnalysis-Pr.sh index 03fdda4..f830bf0 100755 --- a/bash.scripts/sc_FullAnalysis-Pr.sh +++ b/bash.scripts/sc_FullAnalysis-Pr.sh @@ -12,7 +12,7 @@ #SBATCH --job-name R_FullAnalysis # Name of the SLURM partition that this job should run on. -#SBATCH -p 256GB # partition (queue) +#SBATCH -p 256GB,256GBv1 # partition (queue) # Number of nodes required to run this job #SBATCH -N 1 -- GitLab