diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-04-29 23:43:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-04-29 23:43:09 (GMT) |
commit | 4e204929ab54838d5e218c43776eff65bba78758 (patch) | |
tree | 4a8f6538a472b13bef4ceb8a6be13e05c62b1dce /release_docs/RELEASE.txt | |
parent | 1d5f195c219b3578f9e11105e22d95550d6cacf2 (diff) | |
download | hdf5-4e204929ab54838d5e218c43776eff65bba78758.zip hdf5-4e204929ab54838d5e218c43776eff65bba78758.tar.gz hdf5-4e204929ab54838d5e218c43776eff65bba78758.tar.bz2 |
[svn-r20689] Changed compiler name from xlf/mpxlf_r to xlf90/mpxlf90_r to avoid
misunderstanding. xlf/mpxlf_r are actually Fortran 77 compilers. HDF5 requires
Fortran 90 or higher.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 099a058..d14463b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -713,9 +713,9 @@ Platforms Tested AIX 6.1 xlc 11.1.0.3 (NCSA BP) xlC 11.1.0.3 - xlf 13.1.0.3 + xlf90 13.1.0.3 mpcc_r 11.1.0.3 - mpxlf_r 13.1.0.3 + mpxlf90_r 13.1.0.3 FreeBSD 8.2-STABLE i386 gcc 4.2.1 [FreeBSD] 20070719 (loyalty) g++ 4.2.1 [FreeBSD] 20070719 |