IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37352


Ignore:
Timestamp:
Sep 3, 2014, 7:15:04 PM (12 years ago)
Author:
watersc1
Message:

Add a top -b -n 1 call every hundred jobs. I hope this will provide enough information to figure out why stacks keep timing out.

File:
1 edited

Legend:

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

    r37332 r37352  
    198198    close (INPUT);
    199199
     200    if (($job_index % 100) == 0) {
     201        print CONFIG "top -b -n 1\n";
     202    }
     203
    200204    $job_index += $compEntry->{jobs};
    201205}
     
    230234if ($stage eq "stack") {
    231235    $time_req += 2;
    232     $node_req *= 3;
     236    $node_req *= $job_subscription{$stage};
    233237} else {
    234238    $time_req += 1; # Safety addition.
Note: See TracChangeset for help on using the changeset viewer.