Changeset 32439
- Timestamp:
- Sep 23, 2011, 3:14:10 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110622/ippTasks/lap.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippTasks/lap.pro
r31491 r32439 10 10 $lap_RunPage = 0 11 11 $lap_DonePage = 0 12 13 $LAP_QUEUE = NULL 12 14 13 15 book init lapNewRuns … … 135 137 136 138 139 macro lap.define.queue 140 $LAP_QUEUE = $1 141 end 142 137 143 task lap.initial.load 138 144 host local … … 463 469 option $LAP_ID 464 470 $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID 471 if ("$LAP_QUEUE" != "NULL") 472 $run = $run --queue_list $LAP_QUEUE 473 end 474 465 475 466 476 command $run
Note:
See TracChangeset
for help on using the changeset viewer.
