POV-Ray : Newsgroups : povray.general : BENCHMARK: Itanium, Opteron, Xeon, Athlon (GCC, ICC) : Re: BENCHMARK: Itanium, Opteron, Xeon, Athlon (GCC, ICC) Server Time
5 May 2024 21:55:29 EDT (-0400)
  Re: BENCHMARK: Itanium, Opteron, Xeon, Athlon (GCC, ICC)  
From: S Tayefeh
Date: 10 Aug 2004 07:55:56
Message: <4118b7cc$1@news.povray.org>
Christoph Hormann wrote:

> Please use the benchmark.ini coming with POV-Ray.  This makes sure the 
> results are comparable with those made by others, using the above 
> options does not!

  I'm afraid I didn't notice that .ini. Next time, I'll do!

> Without telling about the compiler options used this is pretty useless - 
> you did not even mention if the Opteron/Itanium tests use a 64bit 
> compile or not.  Also 'GCC3.x.x' is a somewhat incomplete information.

  You're right. This was supposed to be a quick test, however, here are 
the most important spec. for all but Athlon (coming later):


******************************************************
*** ITANIUM:
******************************************************
 > uname -a
 > Linux xxxxx 2.4.26-1-itanium-smp #1 SMP Tue Jun 8 20:39:36 MDT 2004 
ia64 GNU/Linux

* GCC: gcc (GCC) 3.3.4 (Debian 1:3.3.4-6sarge1) (64-Bit, I suppose)
* ICC: icc 8.0 (64-Bit)


GCC-OPTIONS:
------------
CFLAGS =
CPP = gcc -E
CPPFLAGS =  -I/usr/X11R6/include
CXXCPP = g++ -E
CXXFLAGS =  -pipe -Wno-multichar -O3
LDFLAGS =  -L/usr/X11R6/lib
LIBS = -ltiff -ljpeg -lpng12 -lz -lXpm   -lSM -lICE -lX11 -lm
X_CFLAGS =  -I/usr/X11R6/include
X_LIBS =  -L/usr/X11R6/lib
X_PRE_LIBS =  -lSM -lICE

ICC-options:
------------
CFLAGS =  -g
CPP = /<path>/icc -E
CPPFLAGS =  -I/usr/X11R6/include
CXX = /<path>/icc
CXXCPP = /<path>/icc -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS =  -O3
LDFLAGS =  -L/usr/X11R6/lib
LIBS = -ltiff -ljpeg -lpng12 -lz -lXpm   -lSM -lICE -lX11 -lm
X_CFLAGS =  -I/usr/X11R6/include
X_LIBS =  -L/usr/X11R6/lib
X_PRE_LIBS =  -lSM -lICE


*****************************************************************
**** XEON:
*****************************************************************
 > uname -a
 > Linux xxxxx 2.4.24 #2 SMP Mon Jan 12 13:39:44 CET 2004 i686 unknown

* gcc 2.96 (32-Bit)
* icc 7.1 (32-Bit)

GCC-OPTIONS:
------------
CFLAGS =  -pipe -O3 -msse -malign-double -minline-all-stringops
CPP = gcc -E
CPPFLAGS =  -I/usr/X11R6/include
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS =  -pipe -Wno-multichar -O3 -msse -march=i686 -malign-double 
-minline-all-stringops
LDFLAGS =  -L/usr/X11R6/lib
LIBS = -ljpeg  -lXpm -lSM -lICE -lX11 -lm
X_CFLAGS =  -I/usr/X11R6/include
X_EXTRA_LIBS =
X_LIBS =  -L/usr/X11R6/lib
X_PRE_LIBS =  -lSM -lICE


ICC-OPTIONS:
------------
CFLAGS =  -O3 -ip -march=pentium4 -mcpu=pentium4
CPP = icc -E
CPPFLAGS =  -I/usr/X11R6/include
CXX = icc
CXXCPP = icc -E
CXXDEPMODE = depmode=icc
CXXFLAGS =  -O3 -ip -march=pentium4 -mcpu=pentium4
LDFLAGS =  -L/usr/X11R6/lib
LIBS = -ljpeg  -lXpm -lSM -lICE -lX11 -lm
X_CFLAGS =  -I/usr/X11R6/include
X_LIBS =  -L/usr/X11R6/lib
X_PRE_LIBS =  -lSM -lICE


*****************************************************************
**** OPTERON:
*****************************************************************
 > uname -a
 > Linux xxxxx 2.4.21-15.ELsmp #1 SMP Thu Apr 22 00:09:01 EDT 2004 
x86_64 x86_64 x86_64 GNU/Linux

* gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-34) (64-Bit)

GCC-Options:
------------
CFLAGS =  -pipe -O3 -msse -mfpmath=sse -msse2 -march=k8 -mcpu=k8 
-minline-all-stringops
CPP = gcc -E
CPPFLAGS =  -I/usr/X11R6/include
CXX = g++
CXXCPP = g++ -E
CXXFLAGS =  -pipe -Wno-multichar -O3 -msse -mfpmath=sse -msse2 -march=k8 
-mcpu=k8 -minline-all-stringops
LDFLAGS =  -L/usr/X11R6/lib64
LIBS = -ljpeg  -lXpm -lSM -lICE -lX11 -lm
X_CFLAGS =  -I/usr/X11R6/include
X_LIBS =  -L/usr/X11R6/lib64
X_PRE_LIBS =  -lSM -lICE



Cheers

ST


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.