IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2015, 4:01:00 PM (11 years ago)
Author:
watersc1
Message:

Merge from trunk to handle remote diffs

Location:
tags/ipp-pv3-20140717/ippScripts
Files:
3 edited
3 copied

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/Build.PL

    • Property svn:mergeinfo deleted
    r37544 r38106  
    128128        scripts/diffphot.pl
    129129        scripts/lap_science.pl
     130        scripts/lap_queue_diff.pl
    130131        scripts/videophot_process.pl
    131132        scripts/listvideocells.pl
     
    139140        scripts/sc_mk_stack_mdc.pl
    140141        scripts/sc_mk_staticsky_mdc.pl
     142        scripts/sc_check_diff.pl
    141143        scripts/sc_prepare_camera.pl
    142144        scripts/sc_prepare_chip.pl
    143145        scripts/sc_prepare_stack.pl
    144146        scripts/sc_prepare_staticsky.pl
     147        scripts/sc_prepare_diff.pl
    145148        scripts/sc_prepare_warp.pl
    146149        scripts/sc_prepare_run.pl
  • tags/ipp-pv3-20140717/ippScripts/MANIFEST

    • Property svn:mergeinfo deleted
    r37544 r38106  
    4949scripts/skycell_jpeg.pl
    5050scripts/lap_science.pl
     51scripts/lap_queue_diff.pl
    5152scripts/regenerate_background.pl
    5253scripts/sc_mk_stack_mdc.pl
    5354scripts/sc_mk_staticsky_mdc.pl
     55scripts/sc_check_diff.pl
    5456scripts/sc_prepare_camera.pl
    5557scripts/sc_prepare_chip.pl
    5658scripts/sc_prepare_stack.pl
    5759scripts/sc_prepare_staticsky.pl
     60scripts/sc_prepare_diff.pl
    5861scripts/sc_prepare_warp.pl
    5962scripts/sc_remote_exec.pl
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl

    r38069 r38106  
    2424# my $remote_root   = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location
    2525my $remote_root = '/scratch3/watersc1/';
    26 my $remote_raw    = "${remote_root}/tmp/";  # Directory to find raw data in.
    27 
    28 my $threads       = 2;                      # How many threads are we going to use?
     26my $remote_raw  = "${remote_root}/tmp/";  # Directory to find raw data in.
     27
     28my $threads     = 2;                      # How many threads are we going to use?
    2929
    3030my $fail_state = "prep_fail";
     
    3737$job_cost{"stack"}  = 2; # 1500 / 60 / 60; ## deep ~100 input stacks seem to take about 2 hours
    3838$job_cost{"staticsky"} = 2; # really?  avg time of 5720s?
     39$job_cost{"diff"}   = 300 / 60 / 60;
    3940
    4041# This object holds how "expensive" a given job is in terms of cores on a node. 
     
    4647$job_subscription{"stack"}  = 24; # This should reserve the entire node for stack.
    4748$job_subscription{"staticsky"} = 3;
     49$job_subscription{"diff"} = 1;
    4850
    4951my $proc_per_node = 24;                     # processors per node
Note: See TracChangeset for help on using the changeset viewer.