Changeset 38106 for tags/ipp-pv3-20140717
- Timestamp:
- Apr 10, 2015, 4:01:00 PM (11 years ago)
- Location:
- tags/ipp-pv3-20140717/ippScripts
- Files:
-
- 3 edited
- 3 copied
-
Build.PL (modified) (2 diffs, 1 prop)
-
MANIFEST (modified) (1 diff, 1 prop)
-
scripts/lap_queue_diff.pl (copied) (copied from trunk/ippScripts/scripts/lap_queue_diff.pl )
-
scripts/sc_check_diff.pl (copied) (copied from trunk/ippScripts/scripts/sc_check_diff.pl )
-
scripts/sc_prepare_diff.pl (copied) (copied from trunk/ippScripts/scripts/sc_prepare_diff.pl )
-
scripts/sc_prepare_run.pl (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/Build.PL
- Property svn:mergeinfo deleted
r37544 r38106 128 128 scripts/diffphot.pl 129 129 scripts/lap_science.pl 130 scripts/lap_queue_diff.pl 130 131 scripts/videophot_process.pl 131 132 scripts/listvideocells.pl … … 139 140 scripts/sc_mk_stack_mdc.pl 140 141 scripts/sc_mk_staticsky_mdc.pl 142 scripts/sc_check_diff.pl 141 143 scripts/sc_prepare_camera.pl 142 144 scripts/sc_prepare_chip.pl 143 145 scripts/sc_prepare_stack.pl 144 146 scripts/sc_prepare_staticsky.pl 147 scripts/sc_prepare_diff.pl 145 148 scripts/sc_prepare_warp.pl 146 149 scripts/sc_prepare_run.pl -
tags/ipp-pv3-20140717/ippScripts/MANIFEST
- Property svn:mergeinfo deleted
r37544 r38106 49 49 scripts/skycell_jpeg.pl 50 50 scripts/lap_science.pl 51 scripts/lap_queue_diff.pl 51 52 scripts/regenerate_background.pl 52 53 scripts/sc_mk_stack_mdc.pl 53 54 scripts/sc_mk_staticsky_mdc.pl 55 scripts/sc_check_diff.pl 54 56 scripts/sc_prepare_camera.pl 55 57 scripts/sc_prepare_chip.pl 56 58 scripts/sc_prepare_stack.pl 57 59 scripts/sc_prepare_staticsky.pl 60 scripts/sc_prepare_diff.pl 58 61 scripts/sc_prepare_warp.pl 59 62 scripts/sc_remote_exec.pl -
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_run.pl
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/ipp-pv3-20140717-merge/ippScripts/scripts/sc_prepare_run.pl merged eligible /trunk/ippScripts/scripts/sc_prepare_run.pl merged eligible /branches/eam_branches/ipp-20140423/ippScripts/scripts/sc_prepare_run.pl 36693-36832 /branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_prepare_run.pl 36845-37030 /branches/eam_branches/ipp-ops-20130712/ippScripts/scripts/sc_prepare_run.pl 37064-37069 /tags/ipp-20130712/ippScripts/scripts/sc_prepare_run.pl 35815-37063
r38069 r38106 24 24 # my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 25 25 my $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?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? 29 29 30 30 my $fail_state = "prep_fail"; … … 37 37 $job_cost{"stack"} = 2; # 1500 / 60 / 60; ## deep ~100 input stacks seem to take about 2 hours 38 38 $job_cost{"staticsky"} = 2; # really? avg time of 5720s? 39 $job_cost{"diff"} = 300 / 60 / 60; 39 40 40 41 # This object holds how "expensive" a given job is in terms of cores on a node. … … 46 47 $job_subscription{"stack"} = 24; # This should reserve the entire node for stack. 47 48 $job_subscription{"staticsky"} = 3; 49 $job_subscription{"diff"} = 1; 48 50 49 51 my $proc_per_node = 24; # processors per node -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
