diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2011-04-12 17:58:57 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2011-04-12 17:58:57 (GMT) |
commit | 60abcfd2e85c005266afb82f755f773808203c6c (patch) | |
tree | 2ab10a6ca9c08e8f243ffea6a3b3a7ab331ad19f /release_docs | |
parent | e4c6ef2f06a9e85ab7485eaab6b4b5fad699c8e3 (diff) | |
download | hdf5-60abcfd2e85c005266afb82f755f773808203c6c.zip hdf5-60abcfd2e85c005266afb82f755f773808203c6c.tar.gz hdf5-60abcfd2e85c005266afb82f755f773808203c6c.tar.bz2 |
[svn-r20482]
Fixed issue HDFFV-5866 (BZ 2156). Changed scripts to run examples to use specific names for compiled executable files instead of a.out, which did not work on Cywin as it produces a.exe by default. Removed issue from known problems section of RELEASE.txt.
Tested with Cygwin 1.7.8 on Windows 7.
This line, and those below, will be ignored--
M release_docs/RELEASE.txt
M hl/c++/examples/run-hlc++-ex.sh.in
M hl/fortran/examples/run-hlfortran-ex.sh.in
M hl/examples/run-hlc-ex.sh.in
M c++/examples/run-c++-ex.sh.in
M fortran/examples/run-fortran-ex.sh.in
M examples/run-c-ex.sh.in
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4dc260c..d0811a6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -839,8 +839,6 @@ Known Problems ============== * --with-mpe configure option does not work with Mpich2. AKC - 2011/03/10) -* examples/run-all-ex.sh does not work on Cygwin. (NAF - 2011/02/11) - * While working on the 1.8.6 release of HDF5, a bug was discovered that can occur when reading from a dataset in parallel shortly after it has been written to collectively. The issue was exposed by a new test in the parallel |