Skip to content
Snippets Groups Projects
Commit 16d65350 authored by Morris Jette's avatar Morris Jette
Browse files

qsub fixes

Get "qsub -I" working (no arguments)
Fixes for some node/task calcuations for interactive jobs
parent 20fa3284
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ $command .= " -p $destination" if $destination; ...@@ -268,7 +268,7 @@ $command .= " -p $destination" if $destination;
$command .= " $script" if $script; $command .= " $script" if $script;
print "$command\n"; # print "$command\n";
my $ret = system($command); my $ret = system($command);
exit ($ret >> 8); exit ($ret >> 8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment