BBauer wrote:Here a better descripion of my problem.
I changed the linux entry in the Makefile to
Code: Select all
linux:
$(MAKE) target=LINUX \
CC=gcc CXX=g++ \
CFLAGS='$(CFLAGS) -Wall -pipe -march=native -O3 -mtune=native \
-fno-gcse -mpreferred-stack-boundary=4' \
CXFLAGS=$(CFLAGS) \
LDFLAGS='$(LDFLAGS) -lpthread -lstdc++' \
opt='$(opt) -DTRACE -DINLINE64 -DCPUS=2' \
crafty-make
and build crafty by make linux.
Using hash=2048M gives
White(1): time surplus 0.00 time limit 10:00 (+0.00) (10:00)
depth time score variation (1)
Segmentation fault
What am I doing wrong?
kind regards
Bernhard
OK, some quick questions.
(1) this is 64 bit hardware, correct? IE intel core-something, anything that is X86_64 or EMT64 hardware.
(2) if so, do you have the current source from my ftp box?
I just ftp'ed the crafty-23.1.zip file to our 8-core cluster, compiled it as a 64 bit app, and did this:
ferrum$ ./crafty
unable to open book file [./book.bin].
book is disabled
unable to open book file [./books.bin].
Crafty v23.1 (1 cpus)
White(1): hash=4096M
hash table memory = 4096M bytes.
White(1): book off
book file disabled.
White(1): e4
time used: 20.91
time surplus 0.00 time limit 30.00 (+0.00) (3:00)
depth time score variation (1)
11 0.35 0.13 1. ... Nc6 2. Nf3 Nf6 3. Nc3 e6 4.
Bb5 Bb4 5. O-O Bxc3 6. dxc3 Nxe4
As you can see, it runs just fine. Assuming you have the source from the ftp box dated November 20 of this year.