Page 2 of 3

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 2:39 am
by 64x
Scratch that, DM only compiles 32-bit

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 11:39 am
by xshat
Can someone upload a single core 32 bit exe if it's working?

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 2:06 pm
by Damir Desevac
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!

Posted: Sat Jun 19, 2010 2:39 pm
by halestorm
The best thing is to be patient and not demand people who are volunteering their time to hurry up just for you.

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 3:02 pm
by Damir Desevac
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!

Posted: Sat Jun 19, 2010 3:12 pm
by TheKnilch
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

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 3:15 pm
by kingliveson
benstoker wrote:
kingliveson wrote:Broken thread initialization leads to infinite loop for Titanic Mode. Code gets stuck here:

Code: Select all

  while (!IO_AWAKE)
    {
      SIGNAL_CON_LOCK (*WAKEUP_IO, *WAKEUP_LOCK_IO);
      NANO_SLEEP (1000000);
    }
Single CPU mode works though. ZOG-MP obviously is incomplete as well.
MP ("titanic") works fine on my ubuntu box - and the n/s is noticeably faster than version 63...
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.

Edit: added strace output.

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 3:18 pm
by kingliveson
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....
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.

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sat Jun 19, 2010 10:25 pm
by Eduard Nemeth
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.

Re: IvanHoe-Beta-999958m-Beta!

Posted: Sun Jun 20, 2010 1:28 am
by benstoker
kingliveson wrote:
benstoker wrote:
kingliveson wrote:Broken thread initialization leads to infinite loop for Titanic Mode. Code gets stuck here:

Code: Select all

  while (!IO_AWAKE)
    {
      SIGNAL_CON_LOCK (*WAKEUP_IO, *WAKEUP_LOCK_IO);
      NANO_SLEEP (1000000);
    }
Single CPU mode works though. ZOG-MP obviously is incomplete as well.
MP ("titanic") works fine on my ubuntu box - and the n/s is noticeably faster than version 63...
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.

Edit: added strace output.
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.