Changeset 27840 for branches/simtest_nebulous_branches/ippTasks/warp.pro
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/warp.pro (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTasks/warp.pro
r24596 r27840 49 49 active true 50 50 end 51 task warp.revert.overlap 52 active true 53 end 54 task warp.revert.warped 55 active true 56 end 51 57 end 52 58 … … 66 72 end 67 73 task warp.advancerun 74 active false 75 end 76 task warp.revert.overlap 77 active false 78 end 79 task warp.revert.warped 80 active false 81 end 82 end 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 68 98 active false 69 99 end … … 77 107 periods -poll $LOADPOLL 78 108 periods -exec $LOADEXEC 79 periods -timeout 30109 periods -timeout 1200 80 110 npending 1 81 111 … … 135 165 136 166 task.exec 167 # if we are unable to run the 'exec', use a long retry time 168 periods -exec $RUNEXEC 169 137 170 book npages warpInputExp -var N 138 171 if ($N == 0) break 139 172 if ($NETWORK == 0) break 140 173 if ($BURNTOOLING == 1) break 174 141 175 # look for new images in warpInputExp (pantaskState == INIT) 142 176 book getpage warpInputExp 0 -var pageName -key pantaskState INIT … … 173 207 echo command $run 174 208 end 209 periods -exec 0.05 175 210 command $run 176 211 end … … 203 238 periods -poll $LOADPOLL 204 239 periods -exec $LOADEXEC 205 periods -timeout 30240 periods -timeout 1200 206 241 npending 1 207 242 … … 262 297 263 298 task.exec 299 # if we are unable to run the 'exec', use a long retry time 300 periods -exec $RUNEXEC 301 264 302 book npages warpPendingSkyCell -var N 265 303 if ($N == 0) break … … 283 321 book getword warpPendingSkyCell $pageName state -var RUN_STATE 284 322 book getword warpPendingSkyCell $pageName magicked -var CHIP_MAGICKED 285 if ( "$CHIP_MAGICKED" == "T")286 $MAGICKED_ARG = "--magicked "323 if ($CHIP_MAGICKED > 0) 324 $MAGICKED_ARG = "--magicked $CHIP_MAGICKED" 287 325 else 288 326 $MAGICKED_ARG = "" … … 312 350 echo command $run 313 351 end 352 periods -exec 0.05 314 353 command $run 315 354 end … … 389 428 host local 390 429 391 periods -poll 5.0392 periods -exec 60.0430 periods -poll 60.0 431 periods -exec 1800.0 393 432 periods -timeout 120.0 394 433 npending 1 … … 435 474 host local 436 475 437 periods -poll 5.0438 periods -exec 60.0476 periods -poll 60.0 477 periods -exec 1800.0 439 478 periods -timeout 120.0 440 479 npending 1 … … 445 484 task.exec 446 485 if ($LABEL:n == 0) break 447 $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 448 491 if ($DB:n == 0) 449 492 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
