[svn-r20559] Description:
Bring r20407:20557 from trunk to revise_chunks branch
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-ia64 2.6 (ember) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
This commit is contained in:
@@ -62,9 +62,10 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
number.
|
||||
--use-system-epsilon Print difference if (|a-b| > EPSILON), EPSILON is
|
||||
a system epsilon value.
|
||||
The system epsilon values are defined as below:
|
||||
FLT_EPSILON = 1.19209E-07 for float
|
||||
DBL_EPSILON = 2.22045E-16 for double
|
||||
If the system epsilon is not defined, the below
|
||||
one of the following predefined values will be used:
|
||||
FLT_EPSILON = 1.19209E-07 for floating-point type
|
||||
DBL_EPSILON = 2.22045E-16 for double percision type
|
||||
--exclude-path "path" Exclude the specified path to an object when
|
||||
comparing files or groups. If a group is excluded,
|
||||
all member objects will also be excluded.
|
||||
|
||||
Reference in New Issue
Block a user