IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2015, 5:10:18 PM (11 years ago)
Author:
watersc1
Message:

That last change didn't really fix the problem either. I'm going with the simplest route that I know will correctly solve the allocation request.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl

    r38028 r38029  
    248248}
    249249
     250if ($stage eq 'stack') {
     251    if ($job_index > 5) {
     252        $time_req = 10;
     253        $node_req = $job_index / ($time_req / $job_cost{$stage});
     254    }
     255    else {
     256        $time_req = $job_cost{$stage};
     257        $node_req = $job_index;
     258    }
     259}
    250260
    251261
Note: See TracChangeset for help on using the changeset viewer.