diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-11-01 19:08:18 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-11-01 19:08:18 (GMT) |
commit | 8c37718d0d510a2c037c0a52b87642d02b393a02 (patch) | |
tree | 8a343981965088775cd7066e32fd6d182fdd1b10 /release_docs | |
parent | 0e8a507f3c8da41612932f2711619eb945bc130f (diff) | |
download | hdf5-8c37718d0d510a2c037c0a52b87642d02b393a02.zip hdf5-8c37718d0d510a2c037c0a52b87642d02b393a02.tar.gz hdf5-8c37718d0d510a2c037c0a52b87642d02b393a02.tar.bz2 |
[svn-r11662] Purpose:
Add comments about fortran problems on windows.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9657834..097cd20 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -426,6 +426,15 @@ Footnotes: (1) Using mpich 1.2.6 Known Problems ============== +* Fortran testing and compiling failures on windows XP + 1. Compaq visual fortran 6.6c with VS 6.0 + The Fortran tests failed for both release, release dll, debug and debug + dll. The failure is a random one. We won't provide fortran libraries. The + same test passed with 1.7.51 snapshot. You may find the 1.7.51 snapshot + under ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/ + 2. Intel fortran 8.1 under .Net environment + The fortran library cannot even be compiled. Some users have pointed this + to intel forum. * When testing parallel HDF5 with the C compiler version MIPSpro 7.4.3 at IRIX 6.5, set enviroment variable MPI_TYPE_MAX to be a bigger number, for example 120000 in order to pass the complicated collective IO tests inside parallel HDF5 |