Changeset 27838 for branches/tap_branches/ippTasks/warp.pro
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/warp.pro (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTasks/warp.pro
r25693 r27838 82 82 end 83 83 84 macro warp.revert.on 85 task warp.revert.warped 86 active true 87 end 88 task warp.revert.overlap 89 active true 90 end 91 end 92 93 macro warp.revert.off 94 task warp.revert.warped 95 active false 96 end 97 task warp.revert.overlap 98 active false 99 end 100 end 101 84 102 ### Load tasks for calculating the warp overlaps 85 103 ### Tasks are loaded into warpInputExp. … … 89 107 periods -poll $LOADPOLL 90 108 periods -exec $LOADEXEC 91 periods -timeout 30109 periods -timeout 1200 92 110 npending 1 93 111 … … 147 165 148 166 task.exec 167 # if we are unable to run the 'exec', use a long retry time 168 periods -exec $RUNEXEC 169 149 170 book npages warpInputExp -var N 150 171 if ($N == 0) break 151 172 if ($NETWORK == 0) break 152 173 if ($BURNTOOLING == 1) break 174 153 175 # look for new images in warpInputExp (pantaskState == INIT) 154 176 book getpage warpInputExp 0 -var pageName -key pantaskState INIT … … 185 207 echo command $run 186 208 end 209 periods -exec 0.05 187 210 command $run 188 211 end … … 215 238 periods -poll $LOADPOLL 216 239 periods -exec $LOADEXEC 217 periods -timeout 30240 periods -timeout 1200 218 241 npending 1 219 242 … … 274 297 275 298 task.exec 299 # if we are unable to run the 'exec', use a long retry time 300 periods -exec $RUNEXEC 301 276 302 book npages warpPendingSkyCell -var N 277 303 if ($N == 0) break … … 295 321 book getword warpPendingSkyCell $pageName state -var RUN_STATE 296 322 book getword warpPendingSkyCell $pageName magicked -var CHIP_MAGICKED 297 if ( "$CHIP_MAGICKED" == "T")298 $MAGICKED_ARG = "--magicked "323 if ($CHIP_MAGICKED > 0) 324 $MAGICKED_ARG = "--magicked $CHIP_MAGICKED" 299 325 else 300 326 $MAGICKED_ARG = "" … … 324 350 echo command $run 325 351 end 352 periods -exec 0.05 326 353 command $run 327 354 end … … 401 428 host local 402 429 403 periods -poll 5.0404 periods -exec 60.0430 periods -poll 60.0 431 periods -exec 1800.0 405 432 periods -timeout 120.0 406 433 npending 1 … … 447 474 host local 448 475 449 periods -poll 5.0450 periods -exec 60.0476 periods -poll 60.0 477 periods -exec 1800.0 451 478 periods -timeout 120.0 452 479 npending 1 … … 457 484 task.exec 458 485 if ($LABEL:n == 0) break 459 $run = warptool -revertwarped 486 # Only revert failures with fault=2 (SYS_ERROR), which tend to be 487 # temporary filesystem problems. Every other fault type is 488 # interesting and should be kept for debugging (and so it doesn't 489 # continue to occur). 490 $run = warptool -revertwarped -fault 2 460 491 if ($DB:n == 0) 461 492 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
