IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37154 for trunk/ippScripts


Ignore:
Timestamp:
Jul 30, 2014, 5:40:06 PM (12 years ago)
Author:
watersc1
Message:

Change job cost estimate to match the true wall times observed in SAS/20140725.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/sc_prepare_warp.pl

    r37125 r37154  
    2222$remote_root = '/scratch3/watersc1/';
    2323my $threads       = 2;                      # How many threads are we going to use?
    24 my $job_cost      = 70 / 60 / 60;           # Estimate of how long a job runs, in hours.
     24my $job_cost      = 110 / 60 / 60;          # Estimate of how long a job runs, in hours.
    2525my $proc_per_node = 24;                     # processors per node
    2626my $min_nodes     = 1;                      # smallest allocation to ask for
Note: See TracChangeset for help on using the changeset viewer.