]> git.donarmstrong.com Git - uiuc_igb_scripts.git/commitdiff
actually return the qsub options
authorDon Armstrong <don@donarmstrong.com>
Wed, 5 Aug 2015 16:43:16 +0000 (09:43 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 5 Aug 2015 16:43:16 +0000 (09:43 -0700)
dqsub

diff --git a/dqsub b/dqsub
index 3299b462480deef652ed83448b9439d93affa391..af930905c2ba33bf1636b5ae04cec47c38b0e522 100755 (executable)
--- 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{