<div dir="ltr"><div>One of the key things to realize about the vtkXMLP*Writers is that the writer makes no assumptions when used in parallel.  The P is for Piece not Parallel, so you have to tell it how many pieces total are being written.  You also have to tell it the start and end piece numbers for each process (probably just the process id).  Otherwise it defaults to  one total piece and each process thinks it is writing piece 0 so the file gets clobbered when all the processes try to write it.  See the vtkXMLPDataWriter documentation [1] for details on how to set these options.<br><br></div><div>HTH,<br></div>Shawn<br><br>[1]: <a href="http://www.vtk.org/doc/nightly/html/classvtkXMLPDataWriter.html">http://www.vtk.org/doc/nightly/html/classvtkXMLPDataWriter.html</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 1:15 PM, Berk Geveci <span dir="ltr"><<a href="mailto:berk.geveci@kitware.com" target="_blank">berk.geveci@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The easiest thing is to use vtkXMLPImageDataWriter in parallel to write an example and then to follow that template.<div><br></div><div>Best,</div><div>-berk</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 2:20 PM, Alejandro Fernández <span dir="ltr"><<a href="mailto:alejandro.fernandez@bsc.es" target="_blank">alejandro.fernandez@bsc.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I have a C++ MPI application that writes the results of a domain-decomposed mesh in different VTI files. Each process writes its own VTI file with the points corresponding to its domain. In order to group all VTI files into a single 3D image in paraview, I want to produce a single PVTI file using XMLPImageDataWriter. However, I have not found any example and do not know how to achieve this result with just the raw class method documentation.<br>
<br>
Please, can somebody provide me a C++ example or point me to the required documentation?<br>
<br>
Thank you very much, your help will be much appreciated.<br>
<br>
-- <br>
<br>
Alejandro Fernández Suárez<br>
Computer Science Dept.<br>
K2M Building - Room 104 - <a href="tel:%28%2B34%29%20934%20137%20529" value="+34934137529" target="_blank">(+34) 934 137 529</a><br>
Barcelona Supercomputing Center - CNS<br>
<a href="http://www.bsc.es" target="_blank">www.bsc.es</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>