From: Don Armstrong Date: Wed, 5 Aug 2015 16:43:16 +0000 (-0700) Subject: actually return the qsub options X-Git-Url: https://git.donarmstrong.com/?p=uiuc_igb_scripts.git;a=commitdiff_plain;h=25c7a523f17b043a2a8f6abc9715e11e78256b7f actually return the qsub options --- diff --git a/dqsub b/dqsub index 3299b46..af93090 100755 --- a/dqsub +++ b/dqsub @@ -161,6 +161,7 @@ sub generate_qsub_options{ push @l,'mem=',$options->{mem}; } push @qo,'-l',join(',',@l) if @l; + return @qo; } sub read_array_options{