Changeset 42455 for trunk/tools/eam/rawfix.20230221/src/rawfix.pt
- Timestamp:
- Apr 21, 2023, 4:39:59 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tools/eam/rawfix.20230221/src/rawfix.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/rawfix.pt
r42451 r42455 1 1 ## pantasks scripts to manage the raw exposure data repair / cleanup 2 3 $TPOLL = 54 $TEXEC = 55 $RPOLL = 56 $REXEC = 57 $VERBOSE = 18 $NETWORK = 19 10 # use this to find the files in this local directory11 # $mypath = /home/panstarrs/eugene/rawfix.2023022112 13 # NOTE: use a directory located on a b-node so the results can14 # be seen by both ATRC and ITC machines15 $mypath = /data/ippb07.0/home/eugene/rawfix.2023022116 17 # I need to avoid ATRC machines for jobs which try to access Nebulous or GPC18 # I cannot define an avoidance list for a job, so I need to specify the19 # required host20 21 # run check_chip_locations.pl on this machine:22 $HOST_CKCHIP = ippc18023 24 if (not($?LOGDIR))25 $LOGDIR = $mypath/pantasks_logs26 mkdir $LOGDIR27 end28 29 # these are listed in stage order, but the30 # order is this file is not determinative, only the31 # change of state from STAGE1.new -> STAGE1.done -> STAGE2.new32 input rawfix.advance.pt33 input rawfix.ckchip.pt34 input rawfix.fixchip.pt35 input rawfix.md5sum.pt36 input rawfix.md5chk.pt37 38 if (not($?INIT_RAWFIX))39 control host add $HOST_CKCHIP40 $INIT_RAWFIX = 141 end42 2 43 3 ######################### UTILITIES #################################
Note:
See TracChangeset
for help on using the changeset viewer.
