Moderator: Andres Valverde
version time
4.8w 198.80 sec
PIV 135.97 sec
PIII 132.33 sec
PI 111.74 sec
PII 108.65 sec
H.G.Muller wrote:Wow, thanks! Just in time! I will check out which version runs fastest on my Core 2 Duo, and use that one in the East-West match tomorrow.
TonyJH wrote:What compiler(s) was used for these builds?
I suppose this Intel compiler will not have an option to optimize for an Opteron? (In Chess War F uMax will have to play on an Opteron...)
I suppose this Intel compiler will not have an option to optimize for an Opteron?
Hardware : Dual Opteron 252 4Gb WinXP Pro x64 (A to F tournaments)
do you really think a program like micro-Max could benifit from 64-bit compilation. There is not a single u64 variable in the program, and most variables are char.
Search()
{
while(NEXT_IID_DEPTH) {
do {
while(NEXT_RAY_DIRECTION) {
do {
do {
Search();
} while(NEXT_LMR_DEPTH);
} while(NEXT_TO_SQUARE);
}
} while(NEXT_FROM_SQUARE);
}
}
And I don't really see how a compiler could ever parallellize a loop that contains a recursive call.
Surely Olivier will not allow engines to use two cores, while the opponent tries to ponder?
So with which compile are you comparing that? The PII compile?
Intel compiler can parallelize recursive loop when used also with /Qopenmp switch.
Return to Winboard and related Topics
Users browsing this forum: No registered users and 15 guests