IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11465 for trunk/ippTasks


Ignore:
Timestamp:
Jan 30, 2007, 5:16:57 PM (19 years ago)
Author:
eugene
Message:

adding init.isp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r11346 r11465  
    2828# is only used if DB:n is 0
    2929$DB:n = 0
     30
     31macro init.isp
     32  $LOGDIR = `ipp_datapath.pl path://ISP`
     33  $LOGDIR = $LOGDIR/logs
     34  exec mkdir -p $LOGDIR
     35
     36  list DB -add isp
     37
     38  if ($parallel)
     39    controller exit true
     40    controller host add po02
     41    controller host add po03
     42    controller host add po04
     43    controller host add po05
     44    controller host add po06
     45    controller host add po07
     46    controller host add po08
     47    controller host add po10
     48  end
     49end
    3050
    3151macro init.simtest.defDB
Note: See TracChangeset for help on using the changeset viewer.