Changeset 37124
- Timestamp:
- Jul 25, 2014, 5:37:21 PM (12 years ago)
- Location:
- tags/ipp-pv3-20140717/ippScripts
- Files:
-
- 8 edited
-
Build.PL (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
scripts/sc_prepare_camera.pl (modified) (1 diff, 1 prop)
-
scripts/sc_prepare_chip.pl (modified) (1 diff, 1 prop)
-
scripts/sc_prepare_stack.pl (modified) (1 diff, 1 prop)
-
scripts/sc_prepare_warp.pl (modified) (1 diff, 1 prop)
-
scripts/sc_remote_exec.pl (modified) (1 diff, 1 prop)
-
scripts/sc_transfer_tool.pl (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/Build.PL
r37053 r37124 143 143 scripts/sc_remote_exec.pl 144 144 scripts/sc_transfer_tool.pl 145 scripts/sc_validate_files.pl146 scripts/sc_validate_processing.pl147 145 )], 148 146 dist_abstract => 'Scripts for running the Pan-STARRS IPP', -
tags/ipp-pv3-20140717/ippScripts/MANIFEST
r36950 r37124 56 56 scripts/sc_remote_exec.pl 57 57 scripts/sc_transfer_tool.pl 58 scripts/sc_validate_files.pl59 scripts/sc_validate_processing.pl60 58 t/00_distribution.t -
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_camera.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_prepare_camera.pl merged: 37123
r37103 r37124 20 20 # my $remote_root = '/scratch3/watersc1/'; # Far side destination base location 21 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 22 $remote_root = '/scratch3/watersc1'; 22 23 my $threads = 2; # How many threads are we going to use? 23 24 my $job_cost = 1700 / 60 / 60; # Estimate of how long a job runs, in hours. - Property svn:mergeinfo changed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_chip.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_prepare_chip.pl merged: 37123
r37103 r37124 20 20 # my $remote_root = '/scratch3/watersc1/'; # Far side destination base location 21 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 22 $remote_root = '/scratch3/watersc1'; 22 23 my $remote_raw = "${remote_root}/raw/"; # Directory to find raw data in. 23 24 my $threads = 2; # How many threads are we going to use? - Property svn:mergeinfo changed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_stack.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_prepare_stack.pl merged: 37123
r37103 r37124 20 20 #my $remote_root = '/scratch3/watersc1/'; # Far side destination base location 21 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 22 $remote_root = '/scratch3/watersc1'; 22 23 my $threads = 2; # How many threads are we going to use? 23 24 my $job_cost = 1500 / 60 / 60; # Estimate of how long a job runs, in hours. - Property svn:mergeinfo changed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_warp.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_prepare_warp.pl merged: 37123
r37103 r37124 20 20 # my $remote_root = '/scratch3/watersc1/'; 21 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 22 $remote_root = '/scratch3/watersc1'; 22 23 my $threads = 2; # How many threads are we going to use? 23 24 my $job_cost = 70 / 60 / 60; # Estimate of how long a job runs, in hours. - Property svn:mergeinfo changed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_exec.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_remote_exec.pl merged: 37123
r37119 r37124 20 20 #my $remote_root = '/scratch3/watersc1/'; 21 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; 22 $remote_root = '/scratch3/watersc1'; 22 23 # tools 23 24 my $missing_tools; - Property svn:mergeinfo changed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_transfer_tool.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_transfer_tool.pl merged: 37123
r37103 r37124 11 11 12 12 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; 13 13 $remote_root = '/scratch3/watersc1'; 14 14 my $local_raw = "${remote_root}/raw/"; 15 15 my $local_tmp = "${remote_root}/tmp/"; - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
