IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2015, 2:16:14 PM (11 years ago)
Author:
watersc1
Message:

Initial full force remote code. Not fully tested.

File:
1 edited

Legend:

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

    r38079 r38145  
    3838$job_cost{"staticsky"} = 2; # really?  avg time of 5720s?
    3939$job_cost{"diff"}   = 300 / 60 / 60;
     40$job_cost{"ff"}     = 300 / 60 / 60; # This is an 83%-ile point, but the tail is long.
    4041
    4142# This object holds how "expensive" a given job is in terms of cores on a node. 
     
    4849$job_subscription{"staticsky"} = 3;
    4950$job_subscription{"diff"} = 1;
     51$job_subscription{"ff"} = 1;
    5052
    5153my $proc_per_node = 24;                     # processors per node
Note: See TracChangeset for help on using the changeset viewer.