mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r11191] Purpose:
Updating RELEASE.txt Description: Forgot to mention check-p and check-s. Platforms tested: Still only textual changes. Misc. update:
This commit is contained in:
parent
0f532aa156
commit
a672f80072
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user