diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-08-13 17:53:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-08-13 17:53:23 (GMT) |
commit | 33d5f5d1e8f66b9ed6112744c03d546e95fb3022 (patch) | |
tree | 5b120f7e81c13d72c67b17829168d4b58932c905 /release_docs/INSTALL_parallel | |
parent | 8b2f7c2183f2c60ace5750995befdfb080fc064a (diff) | |
download | hdf5-33d5f5d1e8f66b9ed6112744c03d546e95fb3022.zip hdf5-33d5f5d1e8f66b9ed6112744c03d546e95fb3022.tar.gz hdf5-33d5f5d1e8f66b9ed6112744c03d546e95fb3022.tar.bz2 |
[svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.
Also remove GetConsoleScreenInfo check from cygwin configure.
Tested: h5committest
Diffstat (limited to 'release_docs/INSTALL_parallel')
-rw-r--r-- | release_docs/INSTALL_parallel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel index 03b3ecf..6f60165 100644 --- a/release_docs/INSTALL_parallel +++ b/release_docs/INSTALL_parallel @@ -86,12 +86,12 @@ Then do the following steps: # Read the Details section about parallel tests. $ make install -We also suggest that you add "-qxlf90=autodealloc" to FFLAGS when building +We also suggest that you add "-qxlf90=autodealloc" to FCFLAGS when building parallel with fortran enabled. This can be done by invoking: - setenv FFLAGS -qxlf90=autodealloc # 32 bit build + setenv FCFLAGS -qxlf90=autodealloc # 32 bit build or - setenv FFLAGS "-q64 -qxlf90=autodealloc" # 64 bit build + setenv FCFLAGS "-q64 -qxlf90=autodealloc" # 64 bit build prior to running configure. Recall that the "-q64" is necessary for 64 bit builds. |