IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38145


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

Initial full force remote code. Not fully tested.

Location:
trunk/ippScripts/scripts
Files:
1 added
2 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
  • trunk/ippScripts/scripts/sc_remote_poll.pl

    r38079 r38145  
    516516#       ($class_id,$stage_id) = $file =~ /(/;
    517517    }
     518    elsif ($stage eq 'ff') {
     519#       ($class_id,$stage_id) = $file =~ /(/;
     520    }
    518521    return ($stage_id, $class_id);
    519522}
Note: See TracChangeset for help on using the changeset viewer.