summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-08-03 17:28:13 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-08-03 17:28:13 (GMT)
commita672f80072654b1388b250dc8dae5f6f560fb8b0 (patch)
tree1f638f4440af5797d897a50ee8eb9dc0b3904a3e /release_docs
parent0f532aa156a072f9642e6a6ff529e302421d2577 (diff)
downloadhdf5-a672f80072654b1388b250dc8dae5f6f560fb8b0.zip
hdf5-a672f80072654b1388b250dc8dae5f6f560fb8b0.tar.gz
hdf5-a672f80072654b1388b250dc8dae5f6f560fb8b0.tar.bz2
[svn-r11191] Purpose:
Updating RELEASE.txt Description: Forgot to mention check-p and check-s. Platforms tested: Still only textual changes. Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index da1f4fc..4d9d7e5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -40,7 +40,7 @@ New Features
When make is invoked in parallel (using -j), sequential tests
are now executed as parallel make targets. This should make them
finish more quickly on machines with multiple processors.
- Since test output is garbled when they execute in parallel,
+ Since test output is garbled when they are executed by parallel make,
tests now dump their output to foo.log files and foo.logsh files
(for test scripts). These logs are printed to the screen only
when a test fails or when all tests in the current directory have
@@ -50,6 +50,10 @@ New Features
main library changes.
All files generated by tests (*.chkexe, *.log, and any *.h5 files
created) can be removed by invoking 'make check-clean'.
+ Sequential and parallel library tests can now be invoked separately.
+ 'make check-s' will execute only sequential tests, and 'make check-p'
+ will execute only parallel tests. 'make check' will still execute
+ all tests.
-JML 2005/08/03
- On windows, all.zip is deprecated. users should
read INSTALL_Windows.txt to know the details.