IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2015, 5:21:45 PM (11 years ago)
Author:
watersc1
Message:

CZW: There's an uncommitted change on the ipplanl build.

File:
1 edited

Legend:

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

    r38106 r38111  
    3939$job_cost{"diff"}   = 300 / 60 / 60;
    4040
    41 # This object holds how "expensive" a given job is in terms of cores on a node. 
     41# This object holds how "expensive" a given job is in terms of cores on a node.
    4242# Passed to stask to limit how many jobs run simultaneously
    43 my %job_subscription = (); 
     43my %job_subscription = ();
    4444$job_subscription{"camera"} = 1;
    4545$job_subscription{"chip"}   = 1;
     
    284284}
    285285print COMMAND "date\n";
     286print COMMAND "echo MSUB PROCESS COMPLETE\n";
    286287close(COMMAND);
    287288
Note: See TracChangeset for help on using the changeset viewer.