Changeset 32630 for branches/eam_branches/ipp-20110906/ippTasks/lap.pro
- Timestamp:
- Nov 8, 2011, 2:44:12 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/lap.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110906/ippTasks/lap.pro
r31491 r32630 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.
