IvanHoe-Beta-999958m-Beta!
Re: IvanHoe-Beta-999958m-Beta!
Scratch that, DM only compiles 32-bit
Re: IvanHoe-Beta-999958m-Beta!
Can someone upload a single core 32 bit exe if it's working?
-
- Posts: 57
- Joined: Thu Jun 10, 2010 2:58 pm
- Real Name: Damir Desevac
Re: IvanHoe-Beta-999958m-Beta!
The source is incomplete, it is impossible to compile, because some files are missing. The best thing would be to ask the people who put it there to fix it....
Re: IvanHoe-Beta-999958m-Beta!
The best thing is to be patient and not demand people who are volunteering their time to hurry up just for you.
-
- Posts: 57
- Joined: Thu Jun 10, 2010 2:58 pm
- Real Name: Damir Desevac
Re: IvanHoe-Beta-999958m-Beta!
Well, I think the people who posted the source are the one who should have been ( more patient that is ), before they hurried up and released the source in the first place..., or was it done just to piss the people who tried to compile their bullshit source... + they are not responding , which makes me think they did it on purpose..
Re: IvanHoe-Beta-999958m-Beta!
Hm - under linux the source can be compiled without a problem. (Ubuntu Lucid Lynx 64bit).
Seems to be a windows problem (libraries who knows)
TK
Seems to be a windows problem (libraries who knows)
TK
- kingliveson
- Posts: 1388
- Joined: Thu Jun 10, 2010 1:22 am
- Real Name: Franklin Titus
- Location: 28°32'1"N 81°22'33"W
Re: IvanHoe-Beta-999958m-Beta!
Build it with titanic mode set to true in main, run it, and you will see it hang. The problem is not unique to Windows though more pronounced.benstoker wrote:MP ("titanic") works fine on my ubuntu box - and the n/s is noticeably faster than version 63...kingliveson wrote:Broken thread initialization leads to infinite loop for Titanic Mode. Code gets stuck here:
Single CPU mode works though. ZOG-MP obviously is incomplete as well.Code: Select all
while (!IO_AWAKE) { SIGNAL_CON_LOCK (*WAKEUP_IO, *WAKEUP_LOCK_IO); NANO_SLEEP (1000000); }
Edit: added strace output.
PAWN : Knight >> Bishop >> Rook >>Queen
- kingliveson
- Posts: 1388
- Joined: Thu Jun 10, 2010 1:22 am
- Real Name: Franklin Titus
- Location: 28°32'1"N 81°22'33"W
Re: IvanHoe-Beta-999958m-Beta!
The source is not incomplete, just broken. ZOG-MP is incomplete however. My suggestion is be patient and wait for next release. It was good idea to release this so some issues can be detected.Damir Desevac wrote:The source is incomplete, it is impossible to compile, because some files are missing. The best thing would be to ask the people who put it there to fix it....
PAWN : Knight >> Bishop >> Rook >>Queen
-
- Posts: 632
- Joined: Thu Jun 10, 2010 12:50 am
Re: IvanHoe-Beta-999958m-Beta!
A T58 Test-Beta-Engine, I found here:
http://www.speedyshare.com/files/23032723/beta.rar
IvanHoe T58 beta, 64-Bit only with 3 DLL's.
http://www.speedyshare.com/files/23032723/beta.rar
IvanHoe T58 beta, 64-Bit only with 3 DLL's.
Peace be with you!
Re: IvanHoe-Beta-999958m-Beta!
All I can say is that it compiles and runs fine on ubuntu 10.04. The boolean TITANIC_MODE is toggled true/false only from input.c, i.e., via the uci interface. In any event, I can run it with one or two cpus on my little dual core box.kingliveson wrote:Build it with titanic mode set to true in main, run it, and you will see it hang. The problem is not unique to Windows though more pronounced.benstoker wrote:MP ("titanic") works fine on my ubuntu box - and the n/s is noticeably faster than version 63...kingliveson wrote:Broken thread initialization leads to infinite loop for Titanic Mode. Code gets stuck here:
Single CPU mode works though. ZOG-MP obviously is incomplete as well.Code: Select all
while (!IO_AWAKE) { SIGNAL_CON_LOCK (*WAKEUP_IO, *WAKEUP_LOCK_IO); NANO_SLEEP (1000000); }
Edit: added strace output.