IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2008, 3:52:51 PM (18 years ago)
Author:
eugene
Message:

adding nebulous and chip/host relationships

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080109/ippTasks/pantasks.pro

    r16165 r16171  
    11
    22# XXX make these upper-case
     3$NEBULOUS = 0
    34$network = 1
    45$parallel = 1
     
    346347  end
    347348
    348   if (not($parallel))
    349     ???
    350     return
    351   end
    352 
    353349  # missing camera and/or chiphosts table results in host = NULL
    354350  book getword chiphosts $1 $2 -var $host
    355351
     352  if ($NEBULOUS)
     353    if ("$host" == "NULL")
     354      $workdir = $workdir_default
     355      $volume  = "NULL"
     356      return
     357    end
     358    strsub $workdir_template @HOST@ $host -var workdir
     359    strsub $volume_template @HOST@ $host -var volume
     360    return
     361  end
     362
    356363  if ("$host" == "NULL")
    357     ???
    358     return
    359   end
    360 
    361   $workdir = /data/$host.0
     364    $workdir = $workdir_default
     365    return
     366  end
     367  strsub $workdir_template @HOST@ $host -var workdir
    362368end
    363369
Note: See TracChangeset for help on using the changeset viewer.