Changeset 19409
- Timestamp:
- Sep 8, 2008, 10:55:06 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r19406 r19409 96 96 97 97 task.exec 98 $run = warptool -tooverlap -limit 20 98 99 if ($DB:n == 0) 99 100 option DEFAULT 100 command warptool -tooverlap -limit 20101 101 else 102 102 # save the DB name for the exit tasks 103 103 option $DB:$warpExp_DB 104 command warptool -tooverlap -limit 20-dbname $DB:$warpExp_DB104 $run = $run -dbname $DB:$warpExp_DB 105 105 $warpExp_DB ++ 106 106 if ($warpExp_DB >= $DB:n) set warpExp_DB = 0 107 107 end 108 add_poll_args run 109 command $run 108 110 end 109 111 … … 207 209 208 210 task.exec 211 $run = warptool -towarped -limit 20 209 212 if ($DB:n == 0) 210 213 option DEFAULT 211 command warptool -towarped -limit 20212 214 else 213 215 # save the DB name for the exit tasks 214 216 option $DB:$warpSkycell_DB 215 command warptool -towarped -limit 20-dbname $DB:$warpSkycell_DB217 $run = $run -dbname $DB:$warpSkycell_DB 216 218 $warpSkycell_DB ++ 217 219 if ($warpSkycell_DB >= $DB:n) set warpSkycell_DB = 0 218 220 end 221 add_poll_args run 222 command $run 219 223 end 220 224 … … 324 328 325 329 task.exec 330 $run = warptool -pendingcleanuprun -limit 20 326 331 if ($DB:n == 0) 327 332 option DEFAULT 328 command warptool -pendingcleanuprun -limit 20329 333 else 330 334 # save the DB name for the exit tasks 331 335 option $DB:$warpCleanup_DB 332 command warptool -pendingcleanuprun -limit 20-dbname $DB:$warpCleanup_DB336 $run = $run -dbname $DB:$warpCleanup_DB 333 337 $warpCleanup_DB ++ 334 338 if ($warpCleanup_DB >= $DB:n) set warpCleanup_DB = 0 335 339 end 340 add_poll_args run 341 command $run 336 342 end 337 343
Note:
See TracChangeset
for help on using the changeset viewer.
