Changeset 28794 for branches/eam_branches/ipp-20100621/ippTasks/dist.pro
- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/ippTasks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippTasks
- Property svn:mergeinfo changed
/trunk/ippTasks merged: 28486,28500,28520,28538-28539,28557,28577,28598,28632,28646,28649,28749-28750,28767,28778-28779,28792
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20100621/ippTasks/dist.pro
r27615 r28794 28 28 list DIST_STAGE -add "stack" 29 29 list DIST_STAGE -add "SSdiff" 30 list DIST_STAGE -add "chip_bg" 31 list DIST_STAGE -add "warp_bg" 30 32 31 33 $currentStage = 0 … … 145 147 # to compute an index into the host table 146 148 strlen $stage_id length 147 $start = $length - 2 148 substr $stage_id $start 2 index 149 if ($length >= 2) 150 $start = $length - 2 151 substr $stage_id $start 2 index 152 else 153 # stage_id < 10 caused a very annoying couple of hours for bills to debug 154 substr $stage_id 0 1 index 155 end 149 156 $component_id = $index % $count 150 157 book getword ipphosts distribution $component_id -var myhost … … 409 416 410 417 # using $DIST_ID as the "component" works fine here since we only look 411 # at the last two digits 412 set.dist.workdir.by.component $STAGE_ID "exposure" $OUTDIR_TEMPLATE OUTDIR 418 # at the last two digits. But make sure that there 2 digits 419 $fake_component = $STAGE_ID + 10 420 set.dist.workdir.by.component $fake_component "exposure" $OUTDIR_TEMPLATE OUTDIR 413 421 if ("$OUTDIR" == "NULL") 414 422 echo ERROR failed to set workdir for $DIST_ID
Note:
See TracChangeset
for help on using the changeset viewer.
