diff options
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 82da4ad..4da6f86 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -227,10 +227,11 @@ $ CC=cc ./configure - A parallel version of hdf5 can be built by specifying `mpicc' as the - C compiler (the `--enable-parallel' flag documented below is - optional). Using the `mpicc' compiler will insure that the correct - MPI and MPI-IO header files and libraries are used. + A parallel version of hdf5 can be built by specifying `mpicc' + as the C compiler (the `--enable-parallel' flag documented + below is optional in this case). Using the `mpicc' compiler + will insure that the correct MPI and MPI-IO header files and + libraries are used. $ CC=/usr/local/mpi/bin/mpicc ./configure |