<div dir="ltr"><div>Hi Mark,<br><br></div><div>Is that a typo or are you really using pvpython? You said "aprun -n 32 pvpython myscript.py". Otherwise I don't see anything that shouldn't work.<br><br></div><div>Best,<br></div><div>Andy<br>
</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 6:22 PM, Vanmoer, Mark W <span dir="ltr"><<a href="mailto:mvanmoer@illinois.edu" target="_blank">mvanmoer@illinois.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi ParaView,<br>
<br>
When using the client GUI, Save Data will write out a pvti/vti data set with a vti for each processor. When trying this with pvbatch I'm only getting a single vti. I'm calling the pvbatch with<br>
<br>
aprun -n 32 pvpython myscript.py<br>
<br>
which I think should generate 1 pvti and 32 vtis. This is using ParaView 4.1.0.<br>
<br>
myscript.py is a hack, I'm reading a pvti that's split into 8192 vtis and trying to re-write out fewer, say 32 or 64. This is part of troubleshooting what I think might be a lustre issue.<br>
<br>
# myscript.py<br>
try: paraview.simple<br>
except: from paraview.simple import *<br>
servermanager.Connect()<br>
reader = XMLPartitionedImageDataReader(FileName=['test-input.pvti'])<br>
writer = XMLPImageDataWriter()<br>
writer.Input = reader<br>
writer.CompressorType = 'ZLib'<br>
writer.FileName = 'test-output.pvti'<br>
writer.UpdatePipeline()<br>
<br>
Is what I want to do possible? If not, is there a recommended way to merge vtis?<br>
Mark<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>