POV-Ray : Newsgroups : povray.unix : Performance Confusion with AMD Opteron 880 : Re: Performance Confusion with AMD Opteron 880 Server Time: 6 Sep 2008 02:44:41 GMT
  Re: Performance Confusion with AMD Opteron 880  
From: Steve
Date: 7 Nov 2006 03:35:00
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-2008 Persistence of Vision Raytracer Pty. Ltd.