POV-Ray : Newsgroups : povray.beta-test : POV-Ray v3.8.0-alpha.9861167 : Re: POV-Ray v3.8.0-alpha.9861167 - Work_Threads Server Time
29 Apr 2024 00:20:19 EDT (-0400)
  Re: POV-Ray v3.8.0-alpha.9861167 - Work_Threads  
From: clipka
Date: 15 Oct 2018 02:08:22
Message: <5bc42ed6$1@news.povray.org>
Am 14.10.2018 um 22:26 schrieb StephenS:

> While not related to the updated features, this was the winpov64 I used.
> Using a newer computer and going though some older scenes.
> 
> 
> With no included Work_Threads, or commented out, Work_Threads
> 
> Render Time:
>   Photon Time:      No photons
>   Radiosity Time:   No radiosity
>   Trace Time:       0 hours 22 minutes  9 seconds (1329.351 seconds)
>               using 3 thread(s) with 3988.077 CPU-seconds total
> POV-Ray finished

...
> Is there a default some where?

Yes:

> WinPov editor:
> Render/Thread Count is set to 32

To the best of my knowledge, the mechanism in POV-Ray for Windows is as
follows:

- The number of threads set in the "Render Thread Count" dialog is the
default for each render.

- Any change you make in the dialog is only valid for the current
session; if you close POV-Ray and re-start it, the dialog is
re-populated with the number of cores as reported by the operating system.

- Any `+wtN`, `-wtN` or `Work_Threads=N` in any applicable INI file will
override this setting.

- Any `+wtN`, `-wtN` or `Work_Threads=N` specified in the so-called
"command line" inut field will also override this setting.

- Any `+wtN`, `-wtN` or `Work_Threads=N` passed to the POV-Ray
executable as an actual command line parameter should also affect the
setting, though I'm not sure whether it will change the value in the
dialog or be equivalent to setting it in an INI file. My guess is the
latter.


Obviously the "Render Thread Count" dialog is not initialized to 3 in
your case, so the core count auto-detection works fine, and there must
be /something/ overridding the default.

The master `povray.ini` as well as any `povray.ini` in the same
directory as the scen come to mind.


Post a reply to this message

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