Changeset 33415 for branches/meh_branches/ppstack_test/ippTasks/lap.pro
- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/lap.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTasks/lap.pro
r31491 r33415 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 … … 388 394 stderr $LOGDIR/lap.load.log 389 395 390 $run = laptool -pendingrun -state done396 $run = laptool -pendingrun -state full 391 397 392 398 if ($lapSeq:n != 0) … … 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.
