Changeset 42720
- Timestamp:
- Sep 14, 2024, 1:32:26 PM (22 months ago)
- Location:
- trunk/tools/eam
- Files:
-
- 7 added
- 2 edited
-
file.magic (added)
-
file.magic/Makefile (added)
-
file.magic/compress (added)
-
file.magic/compress.mgc (added)
-
file.magic/gentoo (added)
-
file.magic/notes.txt (added)
-
file.magic/o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc (added)
-
rawfix.20230221/src/get_hosts_fixchip.sh (modified) (1 diff)
-
rawfix.20230221/src/rawfix.burntool.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/get_hosts_fixchip.sh
r42462 r42720 27 27 28 28 foreach f ($basedir/$dateobs/XY??.hosts.txt) 29 set myhost = `cat $f | grep -v ippb | sort -k 2n | tail -n 1 | prcol 1` 29 # set myhost = `cat $f | grep -v ippb | sort -k 2n | tail -n 1 | prcol 1` 30 set myhost = `awk 'BEGIN{srand()}{print $0, rand()}' $f | grep -v ippb | sort -k 2n | tail -n 5 | sort -k 3n | tail -n 1 | prcol 1` 30 31 set chipID = `echo $f | awk -F/ '{print $NF}' | awk -F. '{print $1}'` 31 32 if ("$myhost" == "") then -
trunk/tools/eam/rawfix.20230221/src/rawfix.burntool.pt
r42464 r42720 160 160 stderr $mypath/$YEAR/$DATEOBS/log.burntool.run.$CHIP_ID.v$ITER 161 161 162 host -required $BURNHOST 162 163 host $BURNHOST 164 # host -required $BURNHOST 165 # too many jobs wanted the same machines so the processing was clogged. 166 # allow them to go elsewhere if needed. 167 163 168 ## check if this host needs to be launched 164 169 if (not($?host:$BURNHOST))
Note:
See TracChangeset
for help on using the changeset viewer.
