remove old cruft
authorTom Clegg <tom@clinicalfuture.com>
Tue, 4 Jun 2013 17:47:55 +0000 (13:47 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 4 Jun 2013 17:54:20 +0000 (13:54 -0400)
services/crunch/crunch-job

index 29ee98d355e1194508ce421e6df30649cd462654..a4a6e0ea1a963783254ac7e77d59e030dbb8455a 100755 (executable)
@@ -918,9 +918,6 @@ sub preprocess_stderr
 
   while ($jobstep[$job]->{stderr} =~ /^(.*?)\n/) {
     my $line = $1;
 
   while ($jobstep[$job]->{stderr} =~ /^(.*?)\n/) {
     my $line = $1;
-    if ($line =~ /\+\+\+mr/) {
-      last;
-    }
     substr $jobstep[$job]->{stderr}, 0, 1+length($line), "";
     Log ($job, "stderr $line");
     if ($line =~ /srun: error: (SLURM job $ENV{SLURM_JOBID} has expired) /) {
     substr $jobstep[$job]->{stderr}, 0, 1+length($line), "";
     Log ($job, "stderr $line");
     if ($line =~ /srun: error: (SLURM job $ENV{SLURM_JOBID} has expired) /) {