Here is the update version 2.0.34.
https://sites.google.com/site/schoonerchess/downloads
The major fix was for a heap error that prevented memory allocations larger than 1 GB. Memory allocation has now been tested successful up to 14 GB on my hardware. Hashing Statistics is maintained for future memory allocation and thread tuning.
For those who might be interested, "dhash" displays hashing statistics. To use in a console,
(1) First type "new" to clear the hash table.
(2) Load a position or use start position, and then
(3) "analyze" or "go" to fill in the hash table.
(4) Type "dhash" to view hashing statistics.
(5) Run for different times, hash memory, cores or node counts and compare.
The engine benefits with 2 cores over 1 core. Theoretically there are 128 threads available. However, testing was done on a 4-core machine so there is no useful data on threading performance above 4 cores.
UCI position fen moves was added. However, UCI was included to solve difficulties in earlier versions with xboard timers and different GUI's. The xboard timers are working fine now, so I am losing interest with updating UCI.