hi all,
according to the post on hdf group
"
Can you run parallel HDF5 and the threadsafe feature together ? What about
Parallel HDF5 and C++?
No, the threadsafe and parallel (MPI-parallel) configurations are NOT
compatible. You would need to do separate builds for each.
This is also true of C++. You cannot configure Parallel HDF5 with the
--enable-cxx option.
"
our simulation code are all written and compiled with mpicc(which is
c++). any suggestion on how to insert parallel hdf5 code in C++ or any other
way to get the work done?
sorry for asking that question. i resolved the issue by linking the phdf lib
with mpicc. sorry again.
thanks
winthan
···
On Sun, Nov 8, 2009 at 2:09 PM, winthan <keshunli@gmail.com> wrote:
hi all,
according to the post on hdf group
"
Can you run parallel HDF5 and the threadsafe feature together ? What
about Parallel HDF5 and C++?
No, the threadsafe and parallel (MPI-parallel) configurations are NOT
compatible. You would need to do separate builds for each.
This is also true of C++. You cannot configure Parallel HDF5 with the
--enable-cxx option.
"
our simulation code are all written and compiled with mpicc(which is
c++). any suggestion on how to insert parallel hdf5 code in C++ or any other
way to get the work done?