POV-Ray : Newsgroups : povray.macintosh : MacPro parallel rendering trouble : MacPro parallel rendering trouble Server Time
16 Apr 2024 16:20:06 EDT (-0400)
  MacPro parallel rendering trouble  
From: CAD-Andi
Date: 14 Aug 2014 08:45:01
Message: <web.53ecaf2a63691d84bf952ed30@news.povray.org>
Hello!

I ran into a big problem yesterday night and hope someone can help me.

Quick description of the problem (if there is such thing):
Multiple render tasks seem to interfere with each other.
Resulting images contain blocks and scan lines in areas they should not even
render in. Every time when two povray instances render together they mess up
each other.

More detailed information:

System:
MacPro 2.7GHz 12-core with 30MB of L3 cache
64GB (4x16GB) of 1866MHz DDR3 ECC
1TB PCIe-based flash storage
Dual AMD FirePro D700 GPUs with 6GB of GDDR5 VRAM each

(Yes! It is the biggest and baddes Mac money can buy!)

Povray version installed:
POVRay3_7_Unofficial r4 (jul 6 2014)

I must utilize the power of this machine rendering multiple jhobs in parallel or
I will not meet my deadline for my project at the end of this month!

Background:
Everything runs fine if I don't run more than one povray task in parallel.
I successfully ran parallel jobs in regular HD resolution 1920x1080.
Worked great for a test rendering.
Then I started the REAL deal and I ran into this:

My animations are stereoscopic projections using "offset" frustum cameras.
I achieve this by setting up a regular perspective camera and render only part
of the image (column and row commands in .ini file). After the render I
programmed some post-processing to crop and join the stereo frames.

The problem:
There seems to be an interference issue between render jobs that run in
parallel. All the sudden something that looks like fields of offset interlaced
scan lines appear in areas of the picture that are not even supposed to be
containing pixels at all. It appears as if rendered pixels from other parallel
render jobs find their way into other render results where they don't belong. It
almost looks like as if the different render tasks "share" the same chunk of
memory and "overwrite" each others result!

Running only one single render task in parallel is not using the machine to it's
fullest potential which I must to get done in tome.

I tried multiple instances of the GUI version and also used the command line
versions. Both exhibit the same issue.

Any ideas? I would be eternally grateful!!!

Two of my .ini files:

Width=5126
Height=1550
Start_Column=190
Start_Row=441
End_Column=4030
End_Row=1521
Antialias=On
Antialias_Threshold=0.1
Antialias_Depth=3
Input_File_Name="./render_S1_LEFT_EYE_.pov"
Initial_Frame=1
Final_Frame=1000
Subset_Start_Frame=1
Subset_End_Frame=1000
Initial_Clock=0
Final_Clock=1
Cyclic_Animation=no


Width=7957
Height=1529
Start_Column=4117
Start_Row=431
End_Column=7957
End_Row=1511
Antialias=On
Antialias_Threshold=0.1
Antialias_Depth=3
Input_File_Name="./render_S3_LEFT_EYE_.pov"
Initial_Frame=1
Final_Frame=1000
Subset_Start_Frame=1
Subset_End_Frame=1000
Initial_Clock=0
Final_Clock=1
Cyclic_Animation=no


Post a reply to this message

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