From 739f164a2ff09e3d5a6e1d93403ffe6b205fe508 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Devenyi" Date: Tue, 29 Mar 2016 17:49:55 -0400 Subject: [PATCH] Fix assignemnt of array ID variable --- bin/qbatch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/qbatch b/bin/qbatch index 805ef0b..1077c41 100755 --- a/bin/qbatch +++ b/bin/qbatch @@ -91,7 +91,7 @@ LSF_HEADER_TEMPLATE = """ #BSUB {o_options} {env} {header_commands} -ARRAY_IND=LSB_JOBINDEX +ARRAY_IND=$LSB_JOBINDEX """.strip() @@ -345,8 +345,8 @@ if __name__ == "__main__": group.add_argument( "-b", default=SYSTEM, choices=['pbs', 'sge', 'lsf', 'local'], help="""The type of queueing system to use. 'pbs' and 'sge' both make - calls to qsub to submit jobs. 'local' runs the entire command list - (without chunking) locally.""") + calls to qsub to submit jobs. 'lsf' makes calls to bsub. 'local' runs + the entire command list (without chunking) locally.""") group.add_argument( "--env", choices=['copied', 'batch', 'none'], default='copied', help="""Determines how your environment is propagated when your