diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-11-05 20:19:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-11-05 20:19:38 (GMT) |
commit | 28874d54c4a7ebb953d7a92814090eb97b306251 (patch) | |
tree | d123058f2ad6c67a8a83486005b4c1935a15745f /release_docs/INSTALL | |
parent | 01b3ee75cfca4a32f631d882076ffdd3cd03923b (diff) | |
download | hdf5-28874d54c4a7ebb953d7a92814090eb97b306251.zip hdf5-28874d54c4a7ebb953d7a92814090eb97b306251.tar.gz hdf5-28874d54c4a7ebb953d7a92814090eb97b306251.tar.bz2 |
[svn-r6059] Purpose:
Updated the parallel installation information
Platforms tested:
Highly sophiscated optical scanning (eyeball it)
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 |