View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014994ParaView(No Category)public2014-09-11 15:412015-01-11 08:15
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.2 
Summary0014994: Parallel pvbatch fails with Text()
DescriptionThe following Python script raises errors when run as
> mpirun -np 2 ./bin/pvbatch sample.py


# sample.py
from paraview.simple import *
CreateRenderView()
Text(Text="A")
Show()
v = Render()
TagsNo tags attached.
ProjectLANL
Topic Namefix_text_source
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0033325)
Utkarsh Ayachit (administrator)
2014-09-11 15:45

commit ba5698a63344be04e1f07d195e67b16b5add4c72
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Sep 11 15:42:12 2014 -0400

    BUG 0014994. Fix issue with text source/representation in parallel.
    
    With changes to the pipeline, vtkPVTextSource was only getting called on
    the root-node. Hence text was not available on satellites.
    vtkTextSourceRepresentation assumed that text was available on all nodes
    to avoid redistribution of data. Hence we failed with missing text
    errors when rendering on satellites. Fixed that by making sure that
    vtkPVTextSource gets executed on all ranks.
    
    Also fixed vtkTextSourceRepresentation to not raise errors when empty
    text is set as text.
    
    Update UserTransformOnRepresentation test to test text sources in batch
    mode.
    
    Change-Id: I049a6b94df8e3010d3eda8c31afa6b433362e7ad
(0033340)
Utkarsh Ayachit (administrator)
2014-09-14 11:30

Topics merged into master:
        10643_chart_legend_properties
(VTK) 13139-plot-small-geometry
        14931-cluttered-histogram
        14983_catalyst_programmablefilter
        14990_finalize_catalyst_pipelines
        add-flexibility-to-catalyst-exporter
        catalyst_fix_plugins
        fix_text_source
        pvweb-docs-further-reorganization
        pvweb-move-firefox-test-to-port-8080
(0034051)
Alan Scott (manager)
2015-01-09 19:36

I "think" I tested this correctly. No errors.

Tested interactive compute node, pvbatch, redsky, 8 cores (1 node). 4.3.0 RC1, Linux.

 Issue History
Date Modified Username Field Change
2014-09-11 15:41 Utkarsh Ayachit New Issue
2014-09-11 15:45 Utkarsh Ayachit Topic Name => fix_text_source
2014-09-11 15:45 Utkarsh Ayachit Note Added: 0033325
2014-09-11 15:45 Utkarsh Ayachit Status backlog => gatekeeper review
2014-09-11 15:45 Utkarsh Ayachit Fixed in Version => git-next
2014-09-11 15:45 Utkarsh Ayachit Resolution open => fixed
2014-09-11 15:45 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-09-14 11:30 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-09-14 11:30 Utkarsh Ayachit Status gatekeeper review => customer review
2014-09-14 11:30 Utkarsh Ayachit Note Added: 0033340
2014-09-24 10:13 Utkarsh Ayachit Fixed in Version git-master => 4.2
2015-01-09 19:36 Alan Scott Note Added: 0034051
2015-01-09 19:36 Alan Scott Status customer review => closed
2015-01-11 08:15 Utkarsh Ayachit Source_changeset_attached => ParaView master 357ba281
2015-01-11 08:15 Utkarsh Ayachit Source_changeset_attached => ParaView master ba5698a6


Copyright © 2000 - 2018 MantisBT Team