IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2023, 11:00:58 AM (3 years ago)
Author:
eugene
Message:

fix little issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.pt

    r42446 r42447  
    1515$mypath = /data/ippb07.0/home/eugene/rawfix.20230221
    1616
     17# I need to avoid ATRC machines for jobs which try to access Nebulous or GPC
     18# I cannot define an avoidance list for a job, so I need to specify the
     19# required host
     20
     21$HOST_CKCHIP  = ipp060
     22$HOST_FIXCHIP = ipp070
     23
    1724if (not($?LOGDIR))
    1825  $LOGDIR = $mypath/pantasks_logs
     
    2835input rawfix.md5sum.pt
    2936input rawfix.md5chk.pt
     37
     38if (not($?INIT_RAWFIX))
     39  control host add $HOST_CKCHIP
     40  control host add $HOST_FIXCHIP
     41  $INIT_RAWFIX = 1
     42end
    3043
    3144######################### UTILITIES #################################
Note: See TracChangeset for help on using the changeset viewer.