From c6717e8134be832103cf777d3685d61d225b61c3 Mon Sep 17 00:00:00 2001
From: Albert Cheng <acheng@hdfgroup.org>
Date: Thu, 16 Apr 2015 08:13:12 -0500
Subject: [svn-r26823] Update instruction that changes in this releaes that "
 --enable-parallel has to be used explicitly to build parallel HDF5 regardless
 of the compiler type being used.  (MSC - 2015/02/19 HDFFV-9068)"

---
 release_docs/INSTALL_parallel | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel
index c38c3fc..e4570b7 100644
--- a/release_docs/INSTALL_parallel
+++ b/release_docs/INSTALL_parallel
@@ -49,9 +49,8 @@ more detailed explanations.
 ----------------------------
 HDF5 knows several parallel compilers: mpicc, hcc, mpcc, mpcc_r.  To build
 parallel HDF5 with one of the above, just set CC as it and configure.
-The "--enable-parallel" is optional in this case.
 
-    $ CC=/usr/local/mpi/bin/mpicc ./configure --prefix=<install-directory>
+    $ CC=/usr/local/mpi/bin/mpicc ./configure --enable-parallel --prefix=<install-directory>
     $ make		# build the library
     $ make check	# verify the correctness
 			# Read the Details section about parallel tests.
@@ -79,7 +78,7 @@ is supported.
 
 Then do the following steps:
 
-    $ ./configure --disable-shared --prefix=<install-directory>
+    $ ./configure --enable-parallel --disable-shared --prefix=<install-directory>
     $ make		# build the library
     $ make check	# verify the correctness
 			# Read the Details section about parallel tests.
@@ -176,8 +175,8 @@ a properly installed parallel compiler (e.g., MPICH's mpicc or IBM's mpcc_r)
 and supply the compiler name as the value of the CC environment variable.
 For examples,
 
-    $ CC=mpcc_r ./configure
-    $ CC=/usr/local/mpi/bin/mpicc ./configure
+    $ CC=mpcc_r ./configure --enable-parallel
+    $ CC=/usr/local/mpi/bin/mpicc ./configure --enable-parallel
 
 If no such a compiler command is available then you must use your normal
 C compiler along with the location(s) of MPI/MPI-IO files to be used.
-- 
cgit v0.12