Changeset 42441 for trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
- Timestamp:
- Apr 4, 2023, 8:18:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
r42440 r42441 55 55 # output: md5host.book 56 56 task nights.md5sum.loadhosts 57 58 57 periods -poll $RPOLL 59 58 periods -exec $REXEC 60 59 periods -timeout 60 60 host local 61 61 npending 1 62 # note: the tasks which return their results via stdout 63 # seem to fail if run remotely. 62 64 63 65 stdout $LOGDIR/md5sum.loadhosts.stdout.log … … 86 88 exec echo "# start runhosts $mydate" >> $tmpline 87 89 88 command get_hosts_md5s.sh $DATEOBS v090 command $mypath/get_hosts_md5s.sh $mypath $DATEOBS v0 89 91 end 90 92 … … 92 94 # convert the stdout 'queue' to entries in a book 93 95 # fields in the table will become words in the page 96 queueprint stdout 94 97 queuesize stdout -var Nhosts 95 98 queue2book -raw-columns -key dateobs:md5host -uniq -setword pantaskState INIT stdout md5host.book 96 99 book setword md5sum.book $options:0 NHOST {$Nhosts - 1} 97 100 book setword md5sum.book $options:0 NDONE 0 101 book list 102 book listbook md5sum.book 98 103 # use the queuesize (Nhosts) to track how many jobs are done / to be done 99 104 end … … 117 122 end 118 123 124 # runs on the hosts identified by get_hosts_md5s.sh 119 125 # output: md5host.book 120 126 task nights.md5sum.runhosts
Note:
See TracChangeset
for help on using the changeset viewer.
