Skip to content
Snippets Groups Projects
Commit cee6aef1 authored by Danny Auble's avatar Danny Auble
Browse files

move code, no functionality change

parent 451a187c
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,6 @@ if ($interactive || !$script) {
}
#print " command = $command\n";
#################################### HERE IS WHERE I LEFT OFF
#$command .= " -n$node_opts{task_cnt}" if $ntask_cnt;
......@@ -210,7 +209,7 @@ $command .= " -t $time" if $time;
$command .= " -p $partition" if $partition;
$command .= " --exclusive" if $exclusive;
$command .= " $script" if $script;
#print " command = $command\n";
#exit;
......
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