MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012501 | ParaView | (No Category) | public | 2011-08-11 09:06 | 2016-08-12 09:58 |
| Reporter | Eelco van Vliet | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | 3.10.1 | ||||
| Target Version | Fixed in Version | ||||
| Project | Kitware | ||||
| Topic Name | |||||
| Type | crash | ||||
| Summary | 0012501: PythonCalculator crashes when running on multiple core with mpirun | ||||
| Description | PythonCalculor 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") | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/8997/pythoncalcmpibug.py | ||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||