POV-Ray : Newsgroups : povray.unix : Performance Confusion with AMD Opteron 880 : Re: Performance Confusion with AMD Opteron 880 Server Time
1 Jun 2024 03:24:29 EDT (-0400)
  Re: Performance Confusion with AMD Opteron 880  
From: Steve
Date: 6 Nov 2006 22:35:00
Message: <web.454ffe2b5576c46c579e861c0@news.povray.org>
Well, the culprit seems to be the superellipsoid. I one-by-one removed
things from the scene file always seeing a factor of 3 difference. Replace
the superellipsoid by other things and the Opteron is faster in the same
proporation as was seen in benchmark.pov. Rendered at 800x600 with no AA
the example below gives times of 7 sec on the Opteron and 2 sec on the
laptop.

- steve

#include "colors.inc"

camera {
  location <460, 15, 0>
  look_at <0,0,0>
  sky <0,0,1>
}

light_source { <0,1000,1000> color White }

superellipsoid { <1,0.1> scale <120,120,120>
  texture { pigment { color Blue } finish { diffuse 0.9 phong 1 } }
}


Post a reply to this message

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