Changeset 37102 for trunk/ippScripts/scripts/sc_prepare_stack.pl
- Timestamp:
- Jul 22, 2014, 3:50:46 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/sc_prepare_stack.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_stack.pl
r36966 r37102 18 18 19 19 # Hard coded values 20 my $remote_root = '/scratch3/watersc1/'; # Far side destination base location 20 #my $remote_root = '/scratch3/watersc1/'; # Far side destination base location 21 my $remote_root = '/lustre/scratch1/turquoise/watersc1/ps1/'; # Far side destination base location 21 22 my $threads = 2; # How many threads are we going to use? 22 23 my $job_cost = 1500 / 60 / 60; # Estimate of how long a job runs, in hours. … … 29 30 my @return_component_list = ("DBINFO.EXP", "PPSTACK.UNCONV","PPSTACK.UNCONV.MASK","PPSTACK.UNCONV.VARIANCE", 30 31 "PPSTACK.UNCONV.EXP","PPSTACK.UNCONV.EXPWT","PPSTACK.UNCONV.EXPNUM","PSPHOT.OUTPUT", 31 "LOG.EXP", "TRACE.EXP","PSASTRO.STATS",32 "PPSTACK.CONFIG","PPSTACK.TARGET.PSF" );32 "LOG.EXP", "PSASTRO.STATS", 33 "PPSTACK.CONFIG","PPSTACK.TARGET.PSF","PSPHOT.STACK.PSF.SAVE"); 33 34 #,"PPSTACK.CONV.KERNEL"); 34 35 # Look for programs we need … … 208 209 my ($ipp_disk, $remote_disk) = uri_to_outputs_for_return( $filename); 209 210 my $remote_outroot_dir = dirname($ipp_disk); 210 print CONFIG " && mkdir -p ${remote_root}/tmp/${remote_outroot_dir} && ln -sf $remote_disk ${remote_root}/tmp/${ipp_disk} ";211 print CONFIG " && mkdir -p ${remote_root}/tmp/${remote_outroot_dir} && ln -sf $remote_disk ${remote_root}/tmp/${ipp_disk} && touch $remote_disk "; 211 212 } 212 213
Note:
See TracChangeset
for help on using the changeset viewer.
