diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-10-05 19:02:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-10-05 19:02:22 (GMT) |
commit | 0567e64856b83caf7fd219afdc758a70eef72c56 (patch) | |
tree | e61ece70ccf4c8e61bb2c7068ef0daac22b65a6b | |
parent | 0d3b1f94df69be8c846156eb92d0ab3ed12bebf7 (diff) | |
download | hdf5-0567e64856b83caf7fd219afdc758a70eef72c56.zip hdf5-0567e64856b83caf7fd219afdc758a70eef72c56.tar.gz hdf5-0567e64856b83caf7fd219afdc758a70eef72c56.tar.bz2 |
[svn-r22867] Updated cygwin note on dt_arith about the known issue of fork on cygwin.
Added note about using optimization level 1 on Ubuntu64
-rw-r--r-- | release_docs/INSTALL_Cygwin.txt | 3 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt index 347f427..d78cd85 100644 --- a/release_docs/INSTALL_Cygwin.txt +++ b/release_docs/INSTALL_Cygwin.txt @@ -233,7 +233,8 @@ Install HDF5 on Cygwin 8. Known Problems - dt_arith tests may fail. + dt_arith tests may fail due to the use of fork. This is a known issue + with cygwin on windows. ----------------------------------------------------------------------- diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 37739f7..63adc3e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -284,7 +284,6 @@ The following platforms and compilers have been tested for this release. Windows 7 Visual Studio 2008 w/ Intel Fortran 11.1 (cmake) Visual Studio 2010 w/ Intel Fortran 12 (cmake) Cygwin(CYGWIN_NT-6.1 1.7.15(0.260/5/3) gcc(4.5.3) compiler and gfortran) - MinGW(MINGW32_NT-6.1 1.0.17(0.48/3/2) gcc(4.7.0) compiler and gfortran) (cmake) Windows 7 x64 Visual Studio 2008 w/ Intel Fortran 11.1 (cmake) Visual Studio 2010 w/ Intel Fortran 12 (cmake) @@ -339,6 +338,7 @@ The following platforms and compilers have been tested for this release. Ubuntu 12.04 3.2.0-29-generic #46-Ubuntu SMP x86_64 GNU/Linux gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 GNU Fortran (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 + (Use optimization level -O1) Cray Linux Environment (CLE) PrgEnv-pgi 2.2.74 hopper.nersc.gov pgcc 11.9-0 64-bit target on x86-64 Linux -tp k8e |