MantisBT - VTK
View Issue Details
0013550VTK(No Category)public2012-10-23 16:142012-11-15 16:11
Sagrailo Crni 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
 
TBD
crash
0013550: vtkXMLPMultiBlockDataWriter crashing
Test program is attached. I'm trying to write two uniform grid data
blocks, from two different MPI processes and using
vtkXMLPMultiBlockDataWriter, but the program is crashing. I'm using VTK
5.10.1 installed from source into /opt/vtk, and I've built the code
through:
  mpicxx -g -I/opt/vtk/include/vtk-5.10 -o foo foo.cpp \
    -L/opt/vtk/lib/vtk-5.10 -lvtkCommon -lvtkFiltering -lvtkIO -lvtkParallel
I'm running the program through:
  LD_LIBRARY_PATH=/opt/vtk/lib/vtk-5.10 mpirun -np 2 foo
No tags attached.
cpp foo.cpp (2,224) 2012-10-23 16:14
https://www.vtk.org/Bug/file/9306/foo.cpp
cpp foo2.cpp (1,842) 2012-10-25 15:54
https://www.vtk.org/Bug/file/9314/foo2.cpp
cpp foo3.cpp (2,071) 2012-10-25 16:59
https://www.vtk.org/Bug/file/9315/foo3.cpp
Issue History
2012-10-23 16:14Sagrailo CrniNew Issue
2012-10-23 16:14Sagrailo CrniFile Added: foo.cpp
2012-10-25 15:54Sagrailo CrniFile Added: foo2.cpp
2012-10-25 15:54Sagrailo CrniNote Added: 0029517
2012-10-25 16:59Sagrailo CrniFile Added: foo3.cpp
2012-10-25 17:00Sagrailo CrniNote Added: 0029521
2012-10-25 17:01Sagrailo CrniNote Added: 0029522
2012-10-25 17:01Sagrailo CrniStatusbacklog => closed
2012-10-25 17:01Sagrailo CrniResolutionopen => no change required
2012-11-15 16:10Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-11-15 16:10Utkarsh AyachitStatusclosed => backlog
2012-11-15 16:10Utkarsh AyachitResolutionno change required => reopened
2012-11-15 16:11Utkarsh AyachitStatusbacklog => todo
2012-11-15 16:11Utkarsh AyachitResolutionreopened => fixed
2012-11-15 16:11Utkarsh AyachitStatustodo => active development
2012-11-15 16:11Utkarsh AyachitStatusactive development => gatekeeper review
2012-11-15 16:11Utkarsh AyachitStatusgatekeeper review => customer review
2012-11-15 16:11Utkarsh AyachitStatuscustomer review => closed

Notes
(0029517)
Sagrailo Crni   
2012-10-25 15:54   
Sorry, I've attached wrong test program when opening the bug. The correct test program is foo2.cpp.
(0029521)
Sagrailo Crni   
2012-10-25 17:00   
OK, I realized employing vtkMPIController was needed. Fixed test program is attached as foo3.cpp, and it works properly now. Closing the report.
(0029522)
Sagrailo Crni   
2012-10-25 17:01   
Not a bug, as mentioned in notes.