View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013930ParaView(No Category)public2013-03-07 20:112013-05-18 20:00
ReporterAndy Bauer 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.0 
Summary0013930: parallel xml writers reorder arrays improperly if process 0 doesn't have any points
DescriptionRun the following with pvbatch with more than 1 process and look at the ordering of the arrays in the output files:
=========
try: paraview.simple
except: from paraview.simple import *
paraview.simple._DisableFirstRenderCameraReset()

Line1 = Sphere()

Elevation1 = Elevation()

Elevation1.LowPoint = [-50.0, 0.0, 0.0]
Elevation1.HighPoint = [50., 0.0, 0.0]

Calculator1 = Calculator()
Calculator1.Function = '1'
Calculator1.ResultArrayName = 'b'

Calculator2 = Calculator()
Calculator2.Function = '1'
Calculator2.ResultArrayName = 'a'

Calculator3 = Calculator()
Calculator3.Function = '1'
Calculator3.ResultArrayName = 'c'

ProcessIdScalars()

Threshold1 = Threshold()
Threshold1.Scalars = ['POINTS', 'ProcessId']
Threshold1.ThresholdRange = [0.79, 1.0]

w = XMLPUnstructuredGridWriter()
w.FileName = 'junk.pvtu'
w.UpdatePipeline()
TagsNo tags attached.
ProjectCatalyst
Topic Name13930_XMLP_writers
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030433)
Utkarsh Ayachit (administrator)
2013-03-14 10:39

SUMMARY
---------------------------------------------
Topics merged into master:
        0013926-webgl-support
        0013940-enable-paraview-web-build
        13927_fix_text_bounding_boxes
        13928-print-monitors
        13930_XMLP_writers
        13938_blot_color_table
        13939-vr-cache-state
(VTK) composite-data-display-attributes
        fix-ordered-composite-distributor-return
        fix_unnecessary_rebuilds
(VTK) update_vtk_master
(0030516)
Andy Bauer (developer)
2013-04-04 11:12

it works as desired now.

 Issue History
Date Modified Username Field Change
2013-03-07 20:11 Andy Bauer New Issue
2013-03-07 20:11 Andy Bauer Assigned To => Andy Bauer
2013-03-08 11:12 Andy Bauer Status backlog => todo
2013-03-08 11:12 Andy Bauer Status todo => active development
2013-03-10 14:05 Andy Bauer Topic Name => 13930_XMLP_writers
2013-03-10 14:05 Andy Bauer Status active development => gatekeeper review
2013-03-10 14:05 Andy Bauer Resolution open => fixed
2013-03-14 10:38 Utkarsh Ayachit Fixed in Version => git-master
2013-03-14 10:39 Utkarsh Ayachit Status gatekeeper review => customer review
2013-03-14 10:39 Utkarsh Ayachit Note Added: 0030433
2013-04-04 11:12 Andy Bauer Note Added: 0030516
2013-04-04 11:12 Andy Bauer Status customer review => closed
2013-05-18 20:00 Utkarsh Ayachit Fixed in Version git-master => 4.0


Copyright © 2000 - 2018 MantisBT Team