POV-Ray : Newsgroups : povray.unix : benchmarking itanium2 with PGO : benchmarking itanium2 with PGO Server Time
28 Sep 2024 18:08:55 EDT (-0400)
  benchmarking itanium2 with PGO  
From: sp
Date: 4 Mar 2005 13:00:00
Message: <web.4228a1429ed61322825a2cfd0@news.povray.org>
hi,
i am trying to get some benchmarking numbers on the Itanium2, running
Debian.

I use the following ..
make CXX=icpc CC=icc CXXFLAGS="-O3 -cxxlib-icc -prof_gen
-prof_dir=/../../../povray4/povray-3.6.1/profgen1
-I/../../../povray4/povray3.6.1/libraries/jpeg   " CFLAGS="-O3 -prof_gen
-prof_dir=/../../../povray4/povray-3.6.1/profgen1
-I/../../../povray4/povray-3.6.1/libraries/jpeg
-I/opt/intel_cc_80/include/c++"

this creates the .dyn files in my prof_dir folder.

Now when i try to run the benchmark..

time /../../../povray4/povray-3.6.1/unix/povray benchmark.ini

it fails giving the follwoing erro..

Persistence of Vision(tm) Ray Tracer Version 3.6.1 (icpc 8.1  @
 ia64-unknown-linux-gnu)
This is an unofficial version compiled by:
 ssp
 The POV-Ray Team(tm) is not responsible for supporting this version.
POV-Ray is based on DKBTrace 2.12 by David K. Buck & Aaron A. Collins
Copyright 1991-2003 Persistence of Vision Team
Copyright 2003-2004 Persistence of Vision Raytracer Pty. Ltd.

Primary POV-Ray 3.5/3.6 Developers: (Alphabetically)
  Chris Cason         Thorsten Froehlich  Nathan Kopp         Ron Parker

Contributing Authors: (Alphabetically)
  Steve Anger         Eric Barish         Dieter Bayer        Steve A.
Bennett
  David K. Buck       Nicolas Calimet     Aaron A. Collins    Chris Dailey
  Steve Demlow        Andreas Dilger      Alexander Enzmann   Dan Farmer
  Mark Gordon         Christoph Hormann   Mike Hough          Chris Huff
  Kari Kivisalo       Lutz Kretzschmar    Jochen Lippert      Pascal
Massimino
  Jim McElhiney       Douglas Muir        Juha Nieminen       Bill Pulver
  Eduard Schwan       Wlodzimierz Skiba   Robert Skinner      Yvo
Smellenbergh
  Zsolt Szalavari     Scott Taylor        Massimo Valentini   Timothy Wegner
  Drew Wells          Chris Young

Other contributors are listed in the documentation.

Support libraries used by POV-Ray:
  ZLib 1.2.1, Copyright 1995-1998 Jean-loup Gailly and Mark Adler
  LibPNG 1.2.5, Copyright 1998-2002 Glenn Randers-Pehrson
  LibJPEG 6b, Copyright 1998 Thomas G. Lane
  LibTIFF 3.6.1, Copyright 1988-1997 Sam Leffler, 1991-1997 SGI
Redirecting Options
  All Streams to console..........On
  Debug Stream to console.........On
  Fatal Stream to console.........On
  Render Stream to console........On
  Statistics Stream to console....On
  Warning Stream to console.......On
Parsing Options
  Input file: benchmark.pov (compatible to version 3.50)
  Remove bounds........On
  Split unions.........Off
  Library paths:
    /povray-3.6/share/povray-3.6
    /povray-3.6/share/povray-3.6/ini
    /povray-3.6/share/povray-3.6/include
    /share/povray-3.6
    /share/povray-3.6/ini
    /share/povray-3.6/include
    /usr/local/share/povray-3.6
    /usr/local/share/povray-3.6/ini
    /usr/local/share/povray-3.6/include
Output Options
  Image resolution 384 by 384 (rows 1 to 384, columns 1 to 384).
  Graphic display......Off
  Mosaic preview.......Off
  CPU usage histogram..Off
  Continued trace......Off
Tracing Options
  Quality:  9
  Bounding boxes.......On   Bounding threshold: 3
  Light Buffer.........On
  Vista Buffer.........On   Draw Vista Buffer....Off
  Antialiasing.........On  (Method 1, Threshold 0.300, Depth 3, Jitter 1.00)
  Clock value:    0.000  (Animation off)

  0:00:00 Parsing
File: benchmark.pov  Line: 136
File Context (5 lines):
// Width=384
//
// ==================================================================
#version
Parse Error: Expected 'object or directive', undeclared identifier '' found
 instead
Total Scene Processing Times
  Parse Time:    0 hours  0 minutes  0 seconds (0 seconds)
  Photon Time:   0 hours  0 minutes  0 seconds (0 seconds)
  Render Time:   0 hours  0 minutes  0 seconds (0 seconds)
  Total Time:    0 hours  0 minutes  0 seconds (0 seconds)
0.029u 0.008s 0:00.06 33.3%     0+0k 0+0io 0pf+0w

Any feedback will be appreciated.
thankyou,
shailesh


Post a reply to this message

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