View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013280ParaView(No Category)public2012-06-29 13:252012-10-29 17:04
ReporterAndy Bauer 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.0 
Summary0013280: XMLPImageDataWriter not working properly in parallel
DescriptionRunning the following script with pvbatch with multiple processes has incorrect information in timage.pvti.
===========
try: paraview.simple
except: from paraview.simple import *
paraview.simple._DisableFirstRenderCameraReset()
Wavelet1 = Wavelet()
w = XMLPImageDataWriter()
w.FileName = "timage.pvti"
w.UpdatePipeline()
===========

For 6 processes, the file is:
=========
<VTKFile type="PImageData" version="0.1" byte_order="LittleEndian">
  <PImageData WholeExtent="-10 10 -10 -4 -10 0" GhostLevel="0" Origin="0 0 0" Spacing="1 1 1">
    <PPointData Scalars="RTData">
      <PDataArray type="Float32" Name="RTData"/>
    </PPointData>
    <Piece Extent="-10 0 -10 -4 -10 -7" Source="timage_0.vti"/>
    <Piece Extent="-10 -5 -10 -4 -7 0" Source="timage_1.vti"/>
    <Piece Extent="-5 0 -10 -4 -7 0" Source="timage_2.vti"/>
    <Piece Extent="0 10 -10 -4 -10 -7" Source="timage_3.vti"/>
    <Piece Extent="0 5 -10 -4 -7 0" Source="timage_4.vti"/>
    <Piece Extent="5 10 -10 -4 -7 0" Source="timage_5.vti"/>
  </PImageData>
</VTKFile>
=========

WholeExtent is wrong (it should be {-10, 10, -10, 10, -10, 10}). It's odd that it doesn't even match process 0's piece extent either.
TagsNo tags attached.
ProjectCoProcessing
Topic Name13280_FileSeriesWriter_extents_problem
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0028888)
Andy Bauer (developer)
2012-07-20 11:13

Added 2 parallel python tests (same test actually that runs in symmetric and non-symmetric mode) that test for this problem. New tests are passing.
(0028900)
Utkarsh Ayachit (administrator)
2012-07-24 10:48

merged into master, if applicable.

 Issue History
Date Modified Username Field Change
2012-06-29 13:25 Andy Bauer New Issue
2012-06-29 13:25 Andy Bauer Assigned To => Berk Geveci
2012-07-18 17:15 Andy Bauer Assigned To Berk Geveci => Andy Bauer
2012-07-18 17:15 Andy Bauer Status backlog => todo
2012-07-18 17:16 Andy Bauer Status todo => active development
2012-07-20 11:13 Andy Bauer Topic Name => 13280_FileSeriesWriter_extents_problem
2012-07-20 11:13 Andy Bauer Note Added: 0028888
2012-07-20 11:13 Andy Bauer Status active development => gatekeeper review
2012-07-20 11:13 Andy Bauer Resolution open => fixed
2012-07-24 10:47 Utkarsh Ayachit Fixed in Version => git-master
2012-07-24 10:48 Utkarsh Ayachit Status gatekeeper review => customer review
2012-07-24 10:48 Utkarsh Ayachit Note Added: 0028900
2012-08-14 15:30 Andy Bauer Status customer review => closed
2012-10-29 17:04 Utkarsh Ayachit Fixed in Version git-master => 3.98.0


Copyright © 2000 - 2018 MantisBT Team