IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 4:57:13 PM (19 years ago)
Author:
eugene
Message:

adding many po nodes to isp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r11495 r11522  
    3838  if ($parallel)
    3939    controller exit true
    40     controller host add po02
    4140    controller host add po03
    4241    controller host add po04
     
    4544    controller host add po07
    4645    controller host add po08
     46    controller host add po09
    4747    controller host add po10
     48    controller host add po11
     49    controller host add po12
     50    controller host add po13
     51    controller host add po14
     52    controller host add po15
     53    controller host add po16
     54    controller host add po17
     55    controller host add po18
     56    controller host add po19
     57    controller host add po20
     58    controller host add po21
     59    controller host add po22
     60    controller host add po24
     61
     62    # controller host add po02 -- using for pantasks
     63    # controller host add po23 -- broken perl
    4864  end
    4965end
     
    239255  end
    240256
     257  if ($VERBOSE)
     258    echo "*** stdout ***"
     259    queueprint stdout
     260    echo "*** stderr ***"
     261    queueprint stderr
     262  end
     263
    241264  # failure related to the data files
    242265  if ($exitCode == $EXIT_SYS_ERR)
    243     halt
     266    stop
    244267    showcommand "system failure"
    245268    book setword $bookName $pageName state SYS_ERR
     
    249272  # failure related to the data files
    250273  if ($exitCode == $EXIT_CONFIG_ERR)
    251     halt
     274    stop
    252275    showcommand "config error"
    253276    book setword $bookName $pageName state CONFIG_ERR
     
    257280  # failure related to the data files
    258281  if ($exitCode == $EXIT_PROG_ERR)
    259     halt
     282    stop
    260283    showcommand "programming error"
    261284    book setword $bookName $pageName state PROG_ERR
Note: See TracChangeset for help on using the changeset viewer.