View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012501ParaView(No Category)public2011-08-11 09:062016-08-12 09:58
ReporterEelco van Vliet 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.10.1 
Target VersionFixed in Version 
Summary0012501: PythonCalculator crashes when running on multiple core with mpirun
DescriptionPythonCalculor causes a crashes when

mpirun -np 2 pvbatch --use-offscreen-rendering pythoncalcmpibug.py
is issued.

without mpirun and with mpirun with only 1 core the scripts works.

------------------- start pythoncalcmpibug.py

from paraview.simple import *

view=CreateRenderView()
view.ViewSize = [400, 400]
view.ResetCamera()
view.Background=[0.7,0.7,0.7]
view.CameraViewUp = [0,1,0]

Sphere(PhiResolution = 1024, ThetaResolution = 1024);
Elevation(LowPoint=[-0.5, -0.5, -0.5],HighPoint=[0.5, 0.5, 0.5])
PythonCalculator(Expression='Elevation*Elevation')
rep = Show()

lut = MakeBlueToRedLT(0,1)
lut.NumberOfTableValues=100
rep.LookupTable=lut
rep.ColorAttributeType='POINT_DATA'
rep.ColorArrayName='Elevation'

bar=CreateScalarBar(LookupTable=lut,Title='Elevation')
bar.TitleColor=[0,0,0]
bar.LabelColor=[0,0,0]
bar.NumberOfLabels=3

view.Representations.append(bar)

view.StillRender()
WriteImage("elevationsphere.png",view=view,Writer="vtkPNGWriter")
TagsNo tags attached.
ProjectKitware
Topic Name
Typecrash
Attached Files? file icon pythoncalcmpibug.py [^] (732 bytes) 2011-08-11 09:06

 Relationships

  Notes
(0038036)
Kitware Robot (administrator)
2016-08-12 09:58

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-08-11 09:06 Eelco van Vliet New Issue
2011-08-11 09:06 Eelco van Vliet File Added: pythoncalcmpibug.py
2016-08-12 09:58 Kitware Robot Note Added: 0038036
2016-08-12 09:58 Kitware Robot Status backlog => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved
2016-08-12 09:58 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team