[Paraview] Rendering in parallel

Moreland, Kenneth kmorel at sandia.gov
Tue Jul 1 12:08:51 EDT 2014


To check the distribution of the data, use the Process Id Scalars filters. That should color the data based on which processor it is located.

It might help if you described your system more completely. What kind of data are you loading? Is it image data? Polygon data? AMR? An unstructured grid? Are you applying any filters? How are you rendering it? Is it surface or volume rendering? Is there any transparency? Can you send a picture? What kind of parallel computer are you using? Are you running ParaView on your desktop in multi-core mode (I think rendering actually serializes in that case because you still have only one GPU.), or are you connecting to a cluster? How many nodes on your cluster and how are they configured?

-Ken

From: Jérémy Santina <jeremy.santina at gmail.com<mailto:jeremy.santina at gmail.com>>
Date: Tuesday, July 1, 2014 2:31 AM
To: Kenneth Moreland <kmorel at sandia.gov<mailto:kmorel at sandia.gov>>
Cc: "paraview at paraview.org<mailto:paraview at paraview.org>" <paraview at paraview.org<mailto:paraview at paraview.org>>
Subject: [EXTERNAL] Re: [Paraview] Rendering in parallel

Actually, I did try the D3 filter but I didn't really see any better results. Maybe it is because I don't know how to configure it. How does D3 filter work ?



2014-06-30 16:21 GMT+02:00 Moreland, Kenneth <kmorel at sandia.gov<mailto:kmorel at sandia.gov>>:
Jeremy,

Like the other parallel processing in ParaView, the efficiency is dictated by the distribution of the data. If your data distribution is highly imbalanced such as when all the data is on one process as in your case, then all the processing will happen where the data is and the rest of the processors will remain idle.

You could try running the D3 filter. That should redistribute the point data more evenly.

-Ken

From: Jérémy Santina <jeremy.santina at gmail.com<mailto:jeremy.santina at gmail.com>>
Date: Monday, June 30, 2014 2:55 AM
To: "paraview at paraview.org<mailto:paraview at paraview.org>" <paraview at paraview.org<mailto:paraview at paraview.org>>
Subject: [EXTERNAL] [Paraview] Rendering in parallel

Good morning,

I am a novice user of Paraview and there are some aspects which I am not familiar with. Here is one of the issues I am having :

I run Paraview in Client-Server mode, performing the data processing and the rendering on the remote server, and I read a Tecplot Binary File (.plt) composed of more than 30 millions of points. This take a lot of time. An idea to speed up the calculation is to launch the server in parallel. I know that many readers can not read in parallel (it is the case of TecplotBinaryFileReader I think) so I don't expect any improvment in this way.

But, examining the Timer Log, I noticed that it doesn't speed up the rendering either. I tested many times displaying the points and both experiment with parallelism and without gave the same results (about 40-50 sec). I don't understand why.

Do I misinterpret the Timer Log ? Is the time of rendering long enough to conclude ? Do I have to set specific parameters to make it works ?

I thank you in advance for your help.

Jérémy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140701/fc4110e1/attachment.html>


More information about the ParaView mailing list