Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release_docs/INSTALL_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ These five steps are described in detail below.
12. Parallel versus serial library
The HDF5 library can be configured to use MPI and MPI-IO for
parallelism on a distributed multi-processor system. Read the
file INSTALL_parallel for detailed information.
file README_HPC for additional information.
HDF5_ENABLE_PARALLEL:BOOL=ON

The threadsafe, C++ and Java interfaces are not compatible
Expand Down
382 changes: 0 additions & 382 deletions release_docs/INSTALL_parallel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seem to be several bits of parallel-specific information in this file that aren't mentioned in README_HPC such as parallel testing and post-compilation issues. We may want to try to merge some of that information before deleting this file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll work on adding some of it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing:
Test suite troubleshooting
HDF5_PARAPREFIX documentation
Sample programs (or links to)
Detailed configure options

This file was deleted.