Skip to content

When I use omp to read two h5 files concurrently, an exception occurs #464

Answered by ohm314
WanXinTao asked this question in Questions
Discussion options

You must be logged in to vote

Parallel HDF5 uses MPI to parallelize. While this won't give you thread-parallelism either, it is supported by HighFive. If you're looking to parallelize your HDF5 I/O, using distributed memory parallelism through HighFive with parallel HDF5 and MPI can be a viable choice, but that means that your application will have to be parallelized with MPI too.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ohm314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #458 on May 26, 2021 14:40.