Changeset 42454
- Timestamp:
- Apr 21, 2023, 3:19:30 PM (3 years ago)
- Location:
- trunk/tools/eam/rawfix.20230221
- Files:
-
- 10 edited
-
Makefile (modified) (2 diffs)
-
src/check.rawfix.sh (modified) (1 diff)
-
src/get_hosts_fixchip.sh (modified) (1 diff)
-
src/queue.rawfix.sh (modified) (1 diff)
-
src/rawfix.advance.pt (modified) (1 diff)
-
src/rawfix.ckchip.pt (modified) (1 diff)
-
src/rawfix.fixchip.pt (modified) (2 diffs)
-
src/rawfix.md5chk.pt (modified) (1 diff)
-
src/rawfix.md5sum.pt (modified) (3 diffs)
-
src/update.rawfix.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/Makefile
r42453 r42454 5 5 BIN = ~/src/bin/rawfix 6 6 SRC = src 7 8 install: $(PROGRAMS)9 10 $(PROGRAMS): % : $(BIN)/%11 12 # copied from Makefile.Common : use a single c file: foo : foo.c13 .PRECIOUS: $(BIN)/%14 15 $(BIN)/% : $(SRC)/%16 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi17 rm -f $(BIN)/$*18 cp $(SRC)/$* $(BIN)/$*19 20 PROGRAMS = $(PANTASKS) $(DB_PROG) $(PERL_PROG) $(TOOLS)21 7 22 8 PANTASKS = \ … … 58 44 fix_chip_failures.pl \ 59 45 46 PROGRAMS = $(PANTASKS) $(DB_PROG) $(PERL_PROG) $(TOOLS) 47 48 install: $(PROGRAMS) 49 50 $(PROGRAMS): % : $(BIN)/% 51 52 $(BIN)/% : $(SRC)/% 53 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 54 rm -f $(BIN)/$* 55 cp $(SRC)/$* $(BIN)/$* 56 57 -
trunk/tools/eam/rawfix.20230221/src/check.rawfix.sh
r42446 r42454 14 14 15 15 # make the rawfix database to track rawfix operations 16 set DBHOST = "ipp 060"16 set DBHOST = "ippc190" 17 17 set DBNAME = "rawfix" 18 18 set DBUSER = "dvo" -
trunk/tools/eam/rawfix.20230221/src/get_hosts_fixchip.sh
r42449 r42454 27 27 set chipID = `echo $f | awk -F/ '{print $NF}' | awk -F. '{print $1}'` 28 28 if ("$myhost" == "") then 29 set myhost = ipp 06029 set myhost = ipp156 30 30 endif 31 31 echo $dateobs $chipID $iter $myhost 32 32 end 33 33 34 ## XXX ipp 060is hardwired for no good reason34 ## XXX ipp156 is hardwired for no good reason -
trunk/tools/eam/rawfix.20230221/src/queue.rawfix.sh
r42450 r42454 10 10 11 11 # make the rawfix database to track rawfix operations 12 set DBHOST = "ipp 060"12 set DBHOST = "ippc190" 13 13 set DBNAME = "rawfix" 14 14 set DBUSER = "dvo" -
trunk/tools/eam/rawfix.20230221/src/rawfix.advance.pt
r42452 r42454 17 17 18 18 task.exec 19 #20 19 command advance.rawfix.pl --mode all --topdir $mypath --Nmax $MAX_ACTIVE_NIGHTS 21 20 end -
trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
r42447 r42454 90 90 91 91 # this command accesses the Nebulous and GPC databases, so it must run at ITC. 92 command $mypath/check_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage $ITER92 command check_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage $ITER 93 93 end 94 94 -
trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt
r42452 r42454 93 93 # the command returns these fields: dateobs stage fixhost chipID 94 94 # NOTE: stage == ITER 95 command $mypath/get_hosts_fixchip.sh $mypath $DATEOBS $ITER95 command get_hosts_fixchip.sh $mypath $DATEOBS $ITER 96 96 end 97 97 … … 172 172 # if we are able to run the 'exec', use a short retry time to launch all outstanding jobs 173 173 periods -exec 0.05 174 command $mypath/fix_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --chipID $CHIP_ID --stage $ITER174 command fix_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --chipID $CHIP_ID --stage $ITER 175 175 end 176 176 -
trunk/tools/eam/rawfix.20230221/src/rawfix.md5chk.pt
r42447 r42454 86 86 87 87 ## this command does NOT use Nebulous or GPC so it can run anywhere 88 command $mypath/check_md5s_dateobs.pl --topdir $mypath --dateobs $FULLDATE --stage $ITER88 command check_md5s_dateobs.pl --topdir $mypath --dateobs $FULLDATE --stage $ITER 89 89 end 90 90 -
trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
r42452 r42454 93 93 # the command returns these fields: dateobs stage md5host 94 94 # NOTE: stage == ITER 95 command $mypath/get_hosts_md5s.sh $mypath $DATEOBS $ITER95 command get_hosts_md5s.sh $mypath $DATEOBS $ITER 96 96 end 97 97 … … 160 160 stderr $mypath/$DATEOBS/log.md5sum.runhosts.v$ITER 161 161 162 # XXX TEST: $USE_HOST = ipp060163 162 $USE_HOST = $MD5HOST 164 163 host -required $USE_HOST … … 179 178 # if we are able to run the 'exec', use a short retry time to launch all outstanding jobs 180 179 periods -exec 0.05 181 command $mypath/get_md5s_instances.pl --hostname $USE_HOST --topdir $mypath --dateobs $DATEOBS --stage $ITER 182 # command $mypath/get_md5s_instances.pl --hostname $USE_HOST --input $input --stage $ITER 180 command get_md5s_instances.pl --hostname $USE_HOST --topdir $mypath --dateobs $DATEOBS --stage $ITER 183 181 end 184 182 -
trunk/tools/eam/rawfix.20230221/src/update.rawfix.sh
r42446 r42454 16 16 17 17 # make the rawfix database to track rawfix operations 18 set DBHOST = "ipp 060"18 set DBHOST = "ippc190" 19 19 set DBNAME = "rawfix" 20 20 set DBUSER = "dvo"
Note:
See TracChangeset
for help on using the changeset viewer.
