Computer Chess Club Archives


Search

Terms

Messages

Subject: compiling crafty at a cc-NUMA machine

Author: Vincent Diepeveen

Date: 11:22:24 09/03/03

Go up one level in this thread


On September 03, 2003 at 13:45:51, Robert Hyatt wrote:

[snip]
>>Ok here my statement. Crafty won't run well on 16 processors of P7 from the
>>TERAS supercomputer.
>>It will be a horror & co show i am sure of it.

What we do know for sure is that your thing doesn't compile SMP at all very
easily unless

$ make SGI
make: file `Makefile' line 420: Syntax error
$ make sgi
make: file `Makefile' line 420: Syntax error
$ uname -a
IRIX64 p1 6.5 04101930 IP35
$

in makefile:

sgi:
        $(MAKE) target=SGI \
                AS=/bin/as CC=cc CXX='$$(CC)' \
                AFLAGS='-P' \
                CFLAGS='$(CFLAGS -mips4 -cckr' \
                CXFLAGS=$(CFLAGS) \
                LDFLAGS=$(LDFLAGS) \
                opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS' \
                crafty-make

line number 420 is under 'profile:'

I'll keep trying a bit but not too long. Will make a new makefile out of it now
just for SGI.


>
>>
>>>
>>>
>>>
>>>>
>>>>--
>>>>GCP



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.