The closest thing I can think of is doing this in batch. Information on that is available at http://www.paraview.org/Wiki/Spatio-Temporal_Parallelism. It's probably doable in ParaView but would likely take significant amount of modification.
On Mon, Jul 27, 2015 at 5:26 PM, Krishna Pai <[email protected]> wrote: > Hi all, > > I know that, normally, ParaView works with one large dataset and > partitions it based on the number of processes, then renders and merges the > results, which I can then view on my ParaView GUI locally. What I want to > do is take a bunch of independent datasets and make each parallel process > render them without partitioning them further. In other words, I want a > one-to-one correspondence between a parallel process and a dataset with the > ability to view them separately locally (which I can do by filtering by > Process ID). So far, I've tried opening a couple of datasets separately and > simultaneously (using ctrl to select them both), and combined them with > AppendDatasets to see if they would separate out in the way I want. That > didn't work. In both instances, ParaView partitioned each dataset and > rendered a part of them in each process. I would appreciate any tips. > > Thanks, > Krishna Pai > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
