IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25456


Ignore:
Timestamp:
Sep 21, 2009, 10:37:25 AM (17 years ago)
Author:
Paul Price
Message:

Camera outputs were all going to ipp023 because default_host was set to ipp023. We should be able to send it to a random machine by setting it to 'any'.

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r25299 r25456  
    3232
    3333# very basic values: set these with init.copy.mhpcc
    34 $default_host     = anyhost
     34$default_host     = any
    3535$workdir_template = `pwd`
    3636
  • trunk/ippTasks/site.mhpcc.pro

    r25222 r25456  
    6666 if ("$1" == "on")
    6767  $NEBULOUS = 1
    68   $default_host     = ipp023
     68  $default_host     = any
    6969  $workdir_template = neb://@HOST@.0
    7070 else
Note: See TracChangeset for help on using the changeset viewer.