Changeset 37125
- Timestamp:
- Jul 25, 2014, 9:08:09 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 6 edited
-
sc_prepare_camera.pl (modified) (1 diff)
-
sc_prepare_chip.pl (modified) (1 diff)
-
sc_prepare_stack.pl (modified) (1 diff)
-
sc_prepare_warp.pl (modified) (1 diff)
-
sc_remote_exec.pl (modified) (1 diff)
-
sc_transfer_tool.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_camera.pl
r37123 r37125 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 $remote_root = '/scratch3/watersc1/'; 23 23 my $threads = 2; # How many threads are we going to use? 24 24 my $job_cost = 1700 / 60 / 60; # Estimate of how long a job runs, in hours. -
trunk/ippScripts/scripts/sc_prepare_chip.pl
r37123 r37125 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 $remote_root = '/scratch3/watersc1/'; 23 23 my $remote_raw = "${remote_root}/raw/"; # Directory to find raw data in. 24 24 my $threads = 2; # How many threads are we going to use? -
trunk/ippScripts/scripts/sc_prepare_stack.pl
r37123 r37125 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 $remote_root = '/scratch3/watersc1/'; 23 23 my $threads = 2; # How many threads are we going to use? 24 24 my $job_cost = 1500 / 60 / 60; # Estimate of how long a job runs, in hours. -
trunk/ippScripts/scripts/sc_prepare_warp.pl
r37123 r37125 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 $remote_root = '/scratch3/watersc1/'; 23 23 my $threads = 2; # How many threads are we going to use? 24 24 my $job_cost = 70 / 60 / 60; # Estimate of how long a job runs, in hours. -
trunk/ippScripts/scripts/sc_remote_exec.pl
r37123 r37125 20 20 #my $remote_root = '/scratch3/watersc1/'; 21 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; 22 $remote_root = '/scratch3/watersc1 ';22 $remote_root = '/scratch3/watersc1/'; 23 23 # tools 24 24 my $missing_tools; -
trunk/ippScripts/scripts/sc_transfer_tool.pl
r37123 r37125 11 11 12 12 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; 13 $remote_root = '/scratch3/watersc1 ';13 $remote_root = '/scratch3/watersc1/'; 14 14 my $local_raw = "${remote_root}/raw/"; 15 15 my $local_tmp = "${remote_root}/tmp/";
Note:
See TracChangeset
for help on using the changeset viewer.
