POV-Ray : Newsgroups : povray.advanced-users : Preferable OS for fastest rendering? Server Time
29 Jul 2024 04:30:08 EDT (-0400)
  Preferable OS for fastest rendering? (Message 4 to 13 of 13)  
<<< Previous 3 Messages Goto Initial 10 Messages
From: Warp
Subject: Re: Preferable OS for fastest rendering?
Date: 19 May 2003 06:30:19
Message: <3ec8b23b@news.povray.org>
ABX <abx### [at] abxartpl> wrote:
> Windows platform without buying compiler then the fastest free compiler under
> Windows is... DJGPP working in DOS box.

  But since the official Windows compile is noticeably faster than a
DOS-djgpp compile, it's kind of non-productive to switch to a slower
version.

-- 
#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: ABX
Subject: Re: Preferable OS for fastest rendering?
Date: 19 May 2003 06:41:33
Message: <9pchcvo9qkdtcs53q9a5g3itlum02h3fqg@4ax.com>
On 19 May 2003 06:30:19 -0400, Warp <war### [at] tagpovrayorg> wrote:
> > Windows platform without buying compiler then the fastest free compiler under
> > Windows is... DJGPP working in DOS box.
>
> But since the official Windows compile is noticeably faster than a
> DOS-djgpp compile, it's kind of non-productive to switch to a slower
> version.

Sure. My fault. I meant 'development' of patched POV in this sentence when whole
context was about development using official package.

ABX


Post a reply to this message

From: Xilo Musimene
Subject: Re: Preferable OS for fastest rendering?
Date: 19 May 2003 07:42:32
Message: <3EC8C32A.5070104@hotpop.com>
> Note it is not an OS flame war - I tried to point out how useless your arguments
> are. For real POV driven production in long run I also think Linux based render
> farm can be better thought users of this production line can take benefits from
> using Windowses without any shame.


Anyway, what I just said was just my opinion over my own personnal 
experience.

-- 
Dedicated to audio/visual and interactive artwork.
http://www.geocities.com/simonlemieux/


Post a reply to this message

From: Florian Pesth
Subject: Re: Preferable OS for fastest rendering?
Date: 19 May 2003 15:54:58
Message: <3ec93692$1@news.povray.org>
ABX wrote:
> 
> Considering that the most popular compiler for Linux is GCC (because available 
> "as is") and the most popular compiler for Windows is Intel C++ (because used
> for official binaries) then I think you are wrong. Binary used on _the_same_
> architecture with _the_same_ amount of CPU time will be faster on Windowses IMO.
> The other thing are priority settings, memory swapping, need of other parallel
> work and 
> 
Since there is a free available version of the Intel C++ Compiler, I 
wonder, if anyone has tested, compiling povray under linux with this 
compiler, and if the speed differences are significant.

Florian Pesth


Post a reply to this message

From: Micha Riser
Subject: Re: Preferable OS for fastest rendering?
Date: 20 May 2003 07:41:00
Message: <3eca144c@news.povray.org>
Florian Pesth wrote:

> Since there is a free available version of the Intel C++ Compiler, I
> wonder, if anyone has tested, compiling povray under linux with this
> compiler, and if the speed differences are significant.
> 

I have made icc binaries, you can get them from
http://www.povworld.org/povray/binaries.html
(some test times can be found somewhere in the newsgroup archive)

- Micha


-- 
POV-Ray Objects Collection: http://objects.povworld.org


Post a reply to this message

From: ABX
Subject: Re: Preferable OS for fastest rendering?
Date: 20 May 2003 07:48:03
Message: <4d5kcv0eitvq9s93uf9seo5o70f4fh1bfb@4ax.com>
On Tue, 20 May 2003 13:41:01 +0200, Micha Riser <mri### [at] gmxnet> wrote:
> I have made icc binaries, you can get them from
> http://www.povworld.org/povray/binaries.html
> (some test times can be found somewhere in the newsgroup archive)

http://news.povray.org/povray.unix/26169/

ABX


Post a reply to this message

From: Florian Pesth
Subject: Re: Preferable OS for fastest rendering?
Date: 20 May 2003 09:30:11
Message: <3eca2de3@news.povray.org>
ABX wrote:
> On Tue, 20 May 2003 13:41:01 +0200, Micha Riser <mri### [at] gmxnet> wrote:
> 
>>I have made icc binaries, you can get them from
>>http://www.povworld.org/povray/binaries.html
>>(some test times can be found somewhere in the newsgroup archive)
> 
> 
> http://news.povray.org/povray.unix/26169/
> 
> ABX

Thanks, both of you!

Florian Pesth


Post a reply to this message

From: gk
Subject: Re: Preferable OS for fastest rendering?
Date: 20 May 2003 21:11:44
Message: <3ecad250@news.povray.org>
Micha Riser wrote:
> I have made icc binaries, you can get them from
> http://www.povworld.org/povray/binaries.html
> 
>Pentium4 optimized
>icc, no sse2
>povray.p4.nosse2.bz2 (1538779 bytes)

SSE2 seems to be the most powerful hardware feature
for speed optimisation with P4,
so why is it off? Does it run faster without
this option?


Post a reply to this message

From: Micha Riser
Subject: Re: Preferable OS for fastest rendering?
Date: 21 May 2003 11:27:55
Message: <3ecb9afb@news.povray.org>
gk wrote:

> Micha Riser wrote:
>> I have made icc binaries, you can get them from
>> http://www.povworld.org/povray/binaries.html
>> 
>>Pentium4 optimized
>>icc, no sse2
>>povray.p4.nosse2.bz2 (1538779 bytes)
> 
> SSE2 seems to be the most powerful hardware feature
> for speed optimisation with P4,
> so why is it off? Does it run faster without
> this option?

I've tried it.. but it got slower. I don't *exactly* know why but there are
some things to consider:
- while you can use SSE2 for double precision, you can only do 2 operations
on double at once with it
- this means e.g. for the 3D-vector calculations: you save max. 1 out of 3
operation
- memory misalignment: If the memory is not 128-bit aligned it can get slow
(don't know the details here)

Conlusion: The loops that occure with POV-Ray are probably too small to gain
anything from SSE/SSE2 (there may be some exceptions) or the icc doesn't a
well enough job at generationg code for it (actually I think it was icc 6.0
when I tried it) and you would need to optimize it "by hand" (as Intel has
done for the windows binary with the noise calculations (which I failed to
"port" to Intel, that is I used Intel's special source code for the linux
binary but it got slower..)). Also I did not have a pentium4 to experiment
myself at that time. Mabye I'll give it a try once again.

- Micha

-- 
POV-Ray Objects Collection: http://objects.povworld.org


Post a reply to this message

From: gk
Subject: Re: Preferable OS for fastest rendering?
Date: 22 May 2003 15:26:23
Message: <3ecd245f@news.povray.org>
Micha Riser wrote:
> gk wrote:
> 
> 
>>Micha Riser wrote:
>>
>>>I have made icc binaries, you can get them from
>>>http://www.povworld.org/povray/binaries.html
>>>
>>>Pentium4 optimized
>>>icc, no sse2
>>>povray.p4.nosse2.bz2 (1538779 bytes)
>>
>>SSE2 seems to be the most powerful hardware feature
>>for speed optimisation with P4,
>>so why is it off? Does it run faster without
>>this option?
> 
> 
> I've tried it.. but it got slower. I don't *exactly* know why but there are
> some things to consider:
> - while you can use SSE2 for double precision, you can only do 2 operations
> on double at once with it
> - this means e.g. for the 3D-vector calculations: you save max. 1 out of 3
> operation
> - memory misalignment: If the memory is not 128-bit aligned it can get slow
> (don't know the details here)
> 
> Conlusion: The loops that occure with POV-Ray are probably too small to gain
> anything from SSE/SSE2 (there may be some exceptions) or the icc doesn't a
> well enough job at generationg code for it (actually I think it was icc 6.0
> when I tried it) and you would need to optimize it "by hand" (as Intel has
> done for the windows binary with the noise calculations (which I failed to
> "port" to Intel, that is I used Intel's special source code for the linux
> binary but it got slower..)). Also I did not have a pentium4 to experiment
> myself at that time. Mabye I'll give it a try once again.
> 
> - Micha
> 
I see. Thank you for this binary,
it run really faster than gcc version.
My quick test shows that it is even
a bit faster than standard icl under W2k.
I'll try to get more tests soon(hope).

Gleb


Post a reply to this message

<<< Previous 3 Messages Goto Initial 10 Messages

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