POV-Ray : Newsgroups : povray.general : Can we run two POVRAY renderings at the same time? Server Time
28 Mar 2024 14:02:52 EDT (-0400)
  Can we run two POVRAY renderings at the same time? (Message 1 to 2 of 2)  
From: Kima
Subject: Can we run two POVRAY renderings at the same time?
Date: 21 Apr 2020 14:50:01
Message: <web.5e9f3f40e9cb72aaecc0fada0@news.povray.org>
I was rendering a series of small files (simple scenes and rendering) through a
bash script. Since my CPU usage was not constantly 100%, I decided to divide the
set into two sents and run them simultaneously.

However, I witnessed some anomalies when rendering two independent pov files at
the same time. For example, render failed, a huge number of tokens was parsed,
etc.

I just wanted to ask if it is possible/safe to run two independent renderings at
the same time?

I use povray 3.7 shipped with Ubuntu 18.04.


Post a reply to this message

From: Thorsten
Subject: Re: Can we run two POVRAY renderings at the same time?
Date: 22 Apr 2020 03:10:26
Message: <5e9fede2$1@news.povray.org>
You can run as many instances of POV-Ray in parallel as you like. 
However, scene files may also depend on include files, which in turn may 
use macros that write helper files to disk and parse them. If you happen 
to do that in the same directory, you will run into trouble.

Thorsten

On 21.04.2020 20:45, Kima wrote:
> I was rendering a series of small files (simple scenes and rendering) through a
> bash script. Since my CPU usage was not constantly 100%, I decided to divide the
> set into two sents and run them simultaneously.
> 
> However, I witnessed some anomalies when rendering two independent pov files at
> the same time. For example, render failed, a huge number of tokens was parsed,
> etc.
> 
> I just wanted to ask if it is possible/safe to run two independent renderings at
> the same time?
> 
> I use povray 3.7 shipped with Ubuntu 18.04.


Post a reply to this message

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