From 490b6a6e0285474e13b52df7ccf8f42a1bc3217c Mon Sep 17 00:00:00 2001 From: Jayesh Krishna Date: Tue, 9 May 2017 14:53:34 -0500 Subject: [PATCH] Changing jobmin to 1 for batch q on blues The jobmin for the "batch" queue on blues was set to 64 before and hence jobs that required more than 1 hr (> walltimemax for shared/debug queue) and less than 64 procs (jobmin for batch queue on blues is 64) did not fit in any available queue. Setting jobmin to 1 for blues+batch queue so that longer jobs that don't fit in the shared/debug queue fit the batch queue. Fixes #1484 [BFB] --- config/acme/machines/config_batch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/acme/machines/config_batch.xml b/config/acme/machines/config_batch.xml index 2b853a4eb3cc..f6aa5471c619 100644 --- a/config/acme/machines/config_batch.xml +++ b/config/acme/machines/config_batch.xml @@ -159,7 +159,7 @@ shared - batch + batch