View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014545ParaView(No Category)public2014-01-29 10:532014-08-29 11:00
ReporterAndy Bauer 
Assigned ToAndy Bauer 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version4.2Fixed in Version4.2 
Summary0014545: cannot import paraview.simple when running native Python in parallel
DescriptionThe following code fails when running Python with more than a single process:

import sys
from mpi4py import MPI
print 'proc', MPI.COMM_WORLD.Get_rank()
import paraview
paraview.options.batch = True
paraview.options.symmetric = True

import paraview.simple

print 'finished', MPI.COMM_WORLD.Get_rank()
TagsNo tags attached.
ProjectTBD
Topic Name14545_parallel_python_import_paraview.simple
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0032251)
Andy Bauer (developer)
2014-01-31 12:43

Note that none of the dashboard machines actually ran the test. It looks like we may be missing a paraview next dashboard that builds with mpi and python.
(0032301)
Utkarsh Ayachit (administrator)
2014-02-07 08:09

SUMMARY
---------------------------------------------
Topics merged into master:
        14498-crash-delete-value
        14540_fix_disappearing_columns
        14544_temporal_xdmf
        14545_parallel_python_import_paraview.simple
        add-paraview-config
        add-rendering-base-edition
        catalyst-web-metadata-add-on
        fix-catalyst-script
        fix_parallel_amrconnectivity
        make_subclassing_easier
        view-settings


---------------------------------------------
Topics reverted from next:
  visit-bridge-update-2.7.0
  visit-bridge-update-2.7.0-revert
(0032376)
Andy Bauer (developer)
2014-02-21 15:59

most systems didn't have mpi4py installed so I'm changing the test to use the version of mpi4py built when building paraview.

 Issue History
Date Modified Username Field Change
2014-01-29 10:53 Andy Bauer New Issue
2014-01-29 10:53 Andy Bauer Assigned To => Andy Bauer
2014-01-29 13:11 Andy Bauer Status backlog => todo
2014-01-29 13:11 Andy Bauer Status todo => active development
2014-01-31 12:43 Andy Bauer Topic Name => 14545_parallel_python_import_paraview.simple
2014-01-31 12:43 Andy Bauer Note Added: 0032251
2014-01-31 12:43 Andy Bauer Status active development => gatekeeper review
2014-01-31 12:43 Andy Bauer Fixed in Version => git-next
2014-01-31 12:43 Andy Bauer Resolution open => fixed
2014-02-07 08:09 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-02-07 08:09 Utkarsh Ayachit Status gatekeeper review => customer review
2014-02-07 08:09 Utkarsh Ayachit Note Added: 0032301
2014-02-21 15:59 Andy Bauer Note Added: 0032376
2014-02-21 15:59 Andy Bauer Status customer review => active development
2014-02-26 21:59 Andy Bauer Status active development => gatekeeper review
2014-02-26 21:59 Andy Bauer Status gatekeeper review => closed
2014-06-17 09:22 Utkarsh Ayachit Target Version => 4.2
2014-08-29 11:00 Utkarsh Ayachit Fixed in Version git-master => 4.2


Copyright © 2000 - 2018 MantisBT Team