Changeset 42430 for trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
- Timestamp:
- Mar 23, 2023, 2:05:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
r42411 r42430 61 61 npending 1 62 62 63 stdout $LOGDIR/ckchip.run.stdout.log64 stderr $LOGDIR/ckchip.run.stderr.log65 66 63 task.exec 67 64 # if we are unable to run the 'exec', use a long retry time … … 80 77 option $pageName 81 78 79 # this is the first place in the proces that this location is known 80 mkdir $DATEOBS 81 stdout $DATEOBS/log.ckchip.v0 82 stderr $DATEOBS/log.ckchip.v0 83 82 84 substr $DATEOBS 0 4 YEAR 83 85 substr $DATEOBS 4 2 MONTH … … 86 88 sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY 87 89 88 command check_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt 90 command check_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0 89 91 end 90 92 91 # # XX delete the page from the book if done?93 # mark the entry done, will be deleted above in .load 92 94 task.exit 0 93 # convert the stdout 'queue' to entries in a book94 # fields in the table will become words in the page95 # use the queuesize (Nhosts) to track how many jobs are done / to be done96 95 book setword ckchip.book $options:0 pantaskState DONE 97 96 exec update.rawfix.sh $options:0 ckchip.done … … 119 118 end 120 119 120 # option for writing stdout / stderr to a file 121 # queuepush stdout "------- end of stdout ---------" 122 # queuesave stdout $options:0/log.ckchip.v0 123 # queuepush stderr "------- end of stderr ---------" 124 # queuesave stderr $options:0/log.ckchip.v0
Note:
See TracChangeset
for help on using the changeset viewer.
