POV-Ray : Newsgroups : povray.general : PC Configuration Server Time
7 Aug 2024 09:27:13 EDT (-0400)
  PC Configuration (Message 1 to 10 of 16)  
Goto Latest 10 Messages Next 6 Messages >>>
From: Kirk Hubbell
Subject: PC Configuration
Date: 17 Dec 2001 21:08:14
Message: <3c1ea50e@news.povray.org>
I am building a new PC for rendering images with POVRay. I am working on a
project that will require a lot of images. I have already done the work but
I still need to render. Due to the complexity of the images each image takes
over a day to render, so  speed is important.

The problem is my budget.

Question, for the Windows version of POVRay has anybody done a benchmark
comparison of how fast images render with the Althon XP processor with 133
sdram versus DRR 2100?

I know the DDR is faster but I have heard that streaming applications (not
computative intensive ones) are the big winners.

I guess that I really want to know if it would be worth the money to upgrade
to the DDR memory if my other choice were to upgrade to a 1800 or 1900
Althon (assuming that I could not afford to do both).

I have looked at some POVRay bench mark sites but they do not distinguish
sdram/DDR in an apples to apples comparison.

Thanks for any help.

Kirk


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: PC Configuration
Date: 17 Dec 2001 21:18:36
Message: <3c1ea77c@news.povray.org>
In article <3c1ea50e@news.povray.org> , "Kirk Hubbell" <kir### [at] yahoocom>
wrote:

> I know the DDR is faster but I have heard that streaming applications (not
> computative intensive ones) are the big winners.

What is a "streaming application"?

    Thorsten


Post a reply to this message

From: Francois Labreque
Subject: Re: PC Configuration
Date: 17 Dec 2001 21:44:43
Message: <3C1EABF6.2060909@videotron.ca>
Thorsten Froehlich wrote:

> In article <3c1ea50e@news.povray.org> , "Kirk Hubbell" <kir### [at] yahoocom>
> wrote:
> 
> 
>>I know the DDR is faster but I have heard that streaming applications (not
>>computative intensive ones) are the big winners.
>>
> 
> What is a "streaming application"?
> 


An application that handles huge chunks of data such as mpeg 
encoding/decoding, etc...

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{location<6,1.25,-6>look_at a orthographic}


Post a reply to this message

From: Fabien Mosen
Subject: Re: PC Configuration
Date: 18 Dec 2001 00:43:21
Message: <3C1ED7EA.9050601@skynet.be>
Kirk Hubbell wrote:

> I am building a new PC for rendering images with POVRay. I am working on a
> project that will require a lot of images. I have already done the work but
> I still need to render. Due to the complexity of the images each image takes
> over a day to render, so  speed is important.


Did you see this ?

http://www4.tomshardware.com/column/01q4/011124/index.html

Fabien.


Post a reply to this message

From: Bonsai
Subject: Re: PC Configuration
Date: 18 Dec 2001 02:44:16
Message: <3c1ef3d0$1@news.povray.org>
"Kirk Hubbell" <kir### [at] yahoocom> schrieb im Newsbeitrag
news:3c1ea50e@news.povray.org...
> I am building a new PC for rendering images with POVRay. I am working on a
> project that will require a lot of images. I have already done the work
but
> I still need to render. Due to the complexity of the images each image
takes
> over a day to render, so  speed is important.
>
> The problem is my budget.

If you want to save money and time, give Linux a try. I compiled the sources
of POV-Ray with the Athlon optimisations of the gcc compiler and got shorter
render times than with my Windows version of POV-Ray.

So long,

Bonsai

--
        ________________
       /                \
---===|  www.b0n541.net  |===---
       \________________/


Post a reply to this message

From: Adrien Beau
Subject: Re: PC Configuration
Date: 18 Dec 2001 05:51:44
Message: <3C1F2005.5687CA96@free.fr>
Thorsten Froehlich wrote:
> 
> In article <3c1ea50e@news.povray.org> , "Kirk Hubbell" <kir### [at] yahoocom>
> wrote:
> 
> > I know the DDR is faster but I have heard that streaming applications (not
> > computative intensive ones) are the big winners.
> 
> What is a "streaming application"?

I don't know what this means, but I do know that DDR is better
at working on huge amounts of contiguous data, such as gigantic
meshes, enormous image maps, etc. SDRAM is said to be better
for lots of small, independant memory transfers. Hardware sites
such as the one Fabien mentionned are much better at explaining
this than me.

-- 
Adrien Beau   adr### [at] freefr   http://adrien.beau.free.fr/


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: PC Configuration
Date: 18 Dec 2001 05:55:32
Message: <3c1f20a4@news.povray.org>
In article <3C1### [at] videotronca> , Francois Labreque 
<fla### [at] videotronca>  wrote:

>> What is a "streaming application"?
>
> An application that handles huge chunks of data such as mpeg
> encoding/decoding, etc...

Interesting name, I have never seen it before...

In response to the problem my answer then is:

Compression and decompression of data are usually very local (in memory)
operations and thus the processor speed gains you more than memory speed
given the large caches of processors.  Sure, computer companies want you to
believe you need a 10 GHz system to watch DVD movies, but that isn't true...

POV-Ray on the other hand will benefit from more and fast memory as it needs
real random access in memory over the whole memory range if a scene is large
enough.  However, it should be noted that even DDR-SDRAM still has a
specific access time for the first access which isn't much better than the
first access time of SDR-SDRAM (because decoding an address takes about the
same in either type of RAM).  So again you gain quite a bit from large
caches...

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: PC Configuration
Date: 18 Dec 2001 09:39:59
Message: <3c1f553f$1@news.povray.org>
> If you want to save money and time, give Linux a try. I compiled the
sources
> of POV-Ray with the Athlon optimisations of the gcc compiler and got
shorter
> render times than with my Windows version of POV-Ray.

yeah - the biggest boost in performance (bang for buck) will come from code,
not extra hardware

however, as with everything Linux, your mileage may vary - my pc idles with
20%+ cpu usage with Linux (any flavour)


--

Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Warp
Subject: Re: PC Configuration
Date: 18 Dec 2001 09:42:52
Message: <3c1f55ec@news.povray.org>
Thorsten Froehlich <tho### [at] trfde> wrote:
: However, it should be noted that even DDR-SDRAM still has a
: specific access time for the first access which isn't much better than the
: first access time of SDR-SDRAM (because decoding an address takes about the
: same in either type of RAM).  So again you gain quite a bit from large
: caches...

  On the other hand, when there's a cache miss, significant amount of time is
spent copying a portion of the RAM to the cache. If the RAM is faster, wouldn't
this copying be faster as well?

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Warp
Subject: Re: PC Configuration
Date: 18 Dec 2001 09:45:02
Message: <3c1f566d@news.povray.org>
Rick [Kitty5] <ric### [at] kitty5com> wrote:
: however, as with everything Linux, your mileage may vary - my pc idles with
: 20%+ cpu usage with Linux (any flavour)

  Have you tried running at nice -20? (You need to be root for that, though.)

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

Goto Latest 10 Messages Next 6 Messages >>>

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