Changeset 19465 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r19126 r19465 100 100 101 101 task.exec 102 $run = dettool -toresidimfile 102 103 if ($DB:n == 0) 103 104 option DEFAULT 104 command dettool -toresidimfile -limit 20105 105 else 106 106 # save the DB name for the exit tasks 107 107 option $DB:$detPendingResidImfile_DB 108 command dettool -toresidimfile -limit 20-dbname $DB:$detPendingResidImfile_DB108 $run = $run -dbname $DB:$detPendingResidImfile_DB 109 109 $detPendingResidImfile_DB ++ 110 110 if ($detPendingResidImfile_DB >= $DB:n) set detPendingResidImfile_DB = 0 111 111 end 112 add_poll_args run 113 command $run 112 114 end 113 115 … … 221 223 222 224 task.exec 225 $run = dettool -toresidexp 223 226 if ($DB:n == 0) 224 227 option DEFAULT 225 command dettool -toresidexp -limit 20226 228 else 227 229 # save the DB name for the exit tasks 228 230 option $DB:$detPendingResidExp_DB 229 command dettool -toresidexp -limit 20-dbname $DB:$detPendingResidExp_DB231 $run = $run -dbname $DB:$detPendingResidExp_DB 230 232 $detPendingResidExp_DB ++ 231 233 if ($detPendingResidExp_DB >= $DB:n) set detPendingResidExp_DB = 0 232 234 end 235 add_poll_args run 236 command $run 233 237 end 234 238 … … 335 339 336 340 task.exec 341 $run = dettool -pendingcleanup_residimfile 337 342 if ($DB:n == 0) 338 343 option DEFAULT 339 command dettool -pendingcleanup_residimfile -limit 20340 344 else 341 345 # save the DB name for the exit tasks 342 346 option $DB:$detCleanupResidImfile_DB 343 command dettool -pendingcleanup_residimfile -limit 20-dbname $DB:$detCleanupResidImfile_DB347 $run = $run -dbname $DB:$detCleanupResidImfile_DB 344 348 $detCleanupResidImfile_DB ++ 345 349 if ($detCleanupResidImfile_DB >= $DB:n) set detCleanupResidImfile_DB = 0 346 350 end 351 add_poll_args run 352 command $run 347 353 end 348 354 … … 442 448 443 449 task.exec 450 $run = dettool -pendingcleanup_residexp 444 451 if ($DB:n == 0) 445 452 option DEFAULT 446 command dettool -pendingcleanup_residexp -limit 20447 453 else 448 454 # save the DB name for the exit tasks 449 455 option $DB:$detCleanupResidExp_DB 450 command dettool -pendingcleanup_residexp -limit 20-dbname $DB:$detCleanupResidExp_DB456 $run = $run -dbname $DB:$detCleanupResidExp_DB 451 457 $detCleanupResidExp_DB ++ 452 458 if ($detCleanupResidExp_DB >= $DB:n) set detCleanupResidExp_DB = 0 453 459 end 460 add_poll_args run 461 command $run 454 462 end 455 463
Note:
See TracChangeset
for help on using the changeset viewer.
