MantisBT - ParaView
View Issue Details
0012781ParaView(No Category)public2011-12-08 17:172012-02-08 17:22
Andy Bauer 
Andy Bauer 
normalminorhave not tried
closedfixed 
git-master 
3.14 
TBD
12781-symmetric-batch-processing-data-representation
incorrect functionality
0012781: Problem with symmetric batch processing with data representations
When running pvbatch in symmetric mode in parallel, if the representation's data set has some processes which don't have any points and/or cells there is a problem when trying to set the data representation's ColorArrayName in python because it won't be able to find the array. This can be seen when running the attached parallepythontest.py script with "mpirun -np 8 pvbatch --symmetric parallelpythontest.py".

No tags attached.
? parallelpythontest.py (1,908) 2011-12-08 17:17
https://www.vtk.org/Bug/file/9084/parallelpythontest.py
Issue History
2011-12-08 17:17Andy BauerNew Issue
2011-12-08 17:17Andy BauerAssigned To => Andy Bauer
2011-12-08 17:17Andy BauerFile Added: parallelpythontest.py
2011-12-08 17:21Andy BauerStatusbacklog => todo
2011-12-08 17:21Andy BauerStatustodo => active development
2011-12-15 10:21Andy BauerTopic Name => 12781-symmetric-batch-processing-data-representation
2011-12-15 10:21Andy BauerNote Added: 0027824
2011-12-15 10:21Andy BauerStatusactive development => gatekeeper review
2011-12-15 10:21Andy BauerFixed in Version => git-next
2011-12-15 10:21Andy BauerResolutionopen => fixed
2011-12-19 15:14Utkarsh AyachitNote Added: 0027837
2011-12-19 15:15Utkarsh AyachitStatusgatekeeper review => customer review
2011-12-19 15:15Utkarsh AyachitNote Added: 0027857
2011-12-19 15:16Utkarsh AyachitFixed in Versiongit-next => git-master
2011-12-20 15:57Andy BauerNote Added: 0027870
2011-12-20 15:57Andy BauerStatuscustomer review => closed
2012-02-08 17:22Utkarsh AyachitFixed in Versiongit-master => 3.14

Notes
(0027824)
Andy Bauer   
2011-12-15 10:21   
The vtkPVOptions enums aren't python wrapped so I had to use 0x40 instead of PVBATCH in these changes.
(0027837)
Utkarsh Ayachit   
2011-12-19 15:14   
merged into master (wherever applicable)
(0027857)
Utkarsh Ayachit   
2011-12-19 15:15   
merged into master (wherever applicable)
(0027870)
Andy Bauer   
2011-12-20 15:57   
Tested with the master branch on 12/20/2011.