Changeset 36928 for branches/eam_branches/ipp-20140610/ippScripts/scripts
- Timestamp:
- Jun 20, 2014, 3:53:40 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/queuestaticsky.pl (modified) (1 prop)
-
ippScripts/scripts/sc_prepare_stack.pl (modified) (1 diff)
-
ippScripts/scripts/sc_transfer_tool.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk merged: 36886,36888,36890,36892,36894,36896-36897,36913-36914,36924
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_prepare_stack.pl
r36884 r36928 182 182 $ppstack_command .= " -R PPSTACK.UNCONV.VARIANCE FITS.TYPE COMP_STACK"; 183 183 $ppstack_command .= " -tracedest ${remote_outroot}.trace -log ${remote_outroot}.log "; 184 $ppstack_command .= " -threads 10";184 $ppstack_command .= " -threads 4 "; 185 185 $ppstack_command .= " -dumpconfig ${remote_outroot}.mdc "; 186 186 $ppstack_command .= " -stack_id $stack_id -skycell_id $skycell_id -tess_id $tess_id "; -
branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_transfer_tool.pl
r36844 r36928 51 51 while(<I>) { 52 52 chomp; 53 $i = int(rand($#filehandles)); 54 53 55 my $fline; 54 56 if ($fetch) { … … 57 59 if (($fetch)&&(!(-e $_))) { # We are fetching, and do not already have this file. 58 60 print { $filehandles[$i] } $fline; 59 $i++;61 # $i++; 60 62 } 61 63 elsif (!($fetch)) { # We are pushing 62 64 # if (-e "${local_tmp}/$_") { 63 65 print { $filehandles[$i] } "${local_tmp}/$_" . "\n"; 64 $i++;66 # $i++; 65 67 # } 66 68 # else { # But somehow couldn't find the file we expected … … 69 71 # } 70 72 } 71 if ($i >= $threads) { $i = 0; }73 # if ($i >= $threads) { $i = 0; } 72 74 } 73 75 close(I);
Note:
See TracChangeset
for help on using the changeset viewer.
