View | Details | Raw Unified | Return to ticket 9528
Collapse All | Expand All

(-)contribs/torque/mpiexec.pl (-1 / +3 lines)
Lines 162-171 if($config_file) { Link Here
162
}
162
}
163
163
164
#print "$command\n";
164
#print "$command\n";
165
system($command);
165
my $exit_code = system($command);
166
166
167
system("rm -f $new_config") if($new_config);
167
system("rm -f $new_config") if($new_config);
168
168
169
exit($exit_code >> 8);
170
169
__END__
171
__END__
170
172
171
=head1 NAME
173
=head1 NAME

Return to ticket 9528