]> git.donarmstrong.com Git - uiuc_igb_scripts.git/commitdiff
slurm writes output to the same file by default
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Feb 2017 19:03:10 +0000 (11:03 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Feb 2017 19:03:10 +0000 (11:03 -0800)
dqsub

diff --git a/dqsub b/dqsub
index 6bca78b4cb30f572de2226276101afd66d156660..8620f1f9856e1d41814f776296b293f1f8646b02 100755 (executable)
--- a/dqsub
+++ b/dqsub
@@ -298,10 +298,6 @@ sub generate_slurm_options{
                            map {my $a = $_; $a =~ s/[^a-zA-Z0-9]*//g; $a;}
                           @{$args}[0..min($#{$args},2)]);
     }
-    # join error and output streams
-   if ($options->{join}) {
-        push @qo,'-j','oe';
-    }
     return @qo;
 }