MantisBT - ParaView
View Issue Details
0010224ParaViewBugpublic2010-02-01 16:382010-11-16 17:47
user3172 
David Partyka 
normalminoralways
closedfixed 
Development 
3.10 
0010224: enabling MPI and enabling parallel support for HDF5 causes compile time errors for H5PartReader
When enabled MPI support and parallel support for HDF5 caused compilation errors for H5PartReader plugin.

There are two issues.
1. Missing include path for the MPI in Plugins/H5PartReader
2. Missing preprocessor macro H5PART_HAS_MPI option in the cmake in order to build the plugin.
No tags attached.
Issue History
2010-02-01 16:38user3172New Issue
2010-11-11 09:32David PartykaStatusbacklog => tabled
2010-11-11 09:32David PartykaAssigned To => David Partyka
2010-11-16 13:15David PartykaNote Added: 0023300
2010-11-16 13:15David PartykaStatustabled => @80@
2010-11-16 13:15David PartykaFixed in Version => 3.10
2010-11-16 13:15David PartykaResolutionopen => fixed
2010-11-16 17:47Alan ScottNote Added: 0023310
2010-11-16 17:47Alan ScottStatus@80@ => closed

Notes
(0023300)
David Partyka   
2010-11-16 13:15   
I applied the appropriate CMake changes as you described to get it to build with mpi enabled hdf5.
(0023310)
Alan Scott   
2010-11-16 17:47   
Trusting Dave. Please reopen if this is still a problem.