View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013280 | ParaView | (No Category) | public | 2012-06-29 13:25 | 2012-10-29 17:04 | ||||
Reporter | Andy Bauer | ||||||||
Assigned To | Andy Bauer | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | git-master | ||||||||
Target Version | Fixed in Version | 3.98.0 | |||||||
Summary | 0013280: XMLPImageDataWriter not working properly in parallel | ||||||||
Description | Running 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. | ||||||||
Tags | No tags attached. | ||||||||
Project | CoProcessing | ||||||||
Topic Name | 13280_FileSeriesWriter_extents_problem | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |