IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2023, 4:39:59 PM (3 years ago)
Author:
eugene
Message:

enable ippc190 mysql 5.7

File:
1 edited

Legend:

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

    r42451 r42455  
    11## pantasks scripts to manage the raw exposure data repair / cleanup
    2 
    3 $TPOLL = 5
    4 $TEXEC = 5
    5 $RPOLL = 5
    6 $REXEC = 5
    7 $VERBOSE = 1
    8 $NETWORK = 1
    9 
    10 # use this to find the files in this local directory
    11 # $mypath = /home/panstarrs/eugene/rawfix.20230221
    12 
    13 # NOTE: use a directory located on a b-node so the results can
    14 # be seen by both ATRC and ITC machines
    15 $mypath = /data/ippb07.0/home/eugene/rawfix.20230221
    16 
    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 # run check_chip_locations.pl on this machine:
    22 $HOST_CKCHIP  = ippc180
    23 
    24 if (not($?LOGDIR))
    25   $LOGDIR = $mypath/pantasks_logs
    26   mkdir $LOGDIR
    27 end
    28 
    29 # these are listed in stage order, but the
    30 # order is this file is not determinative, only the
    31 # change of state from STAGE1.new -> STAGE1.done -> STAGE2.new
    32 input rawfix.advance.pt
    33 input rawfix.ckchip.pt
    34 input rawfix.fixchip.pt
    35 input rawfix.md5sum.pt
    36 input rawfix.md5chk.pt
    37 
    38 if (not($?INIT_RAWFIX))
    39   control host add $HOST_CKCHIP
    40   $INIT_RAWFIX = 1
    41 end
    422
    433######################### UTILITIES #################################
Note: See TracChangeset for help on using the changeset viewer.