[svn-r20408] Description:

Bring r20382:20407 from trunk to revise_chunks branch.

Tested on:
	Linux/32 2.6 (chicago) w/C++
This commit is contained in:
Quincey Koziol
2011-04-03 23:35:33 -05:00
parent f4e7559bd2
commit d6ecc0d448
49 changed files with 352 additions and 330 deletions

View File

@@ -60,17 +60,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -2,9 +2,10 @@ dataset: </g1/d1> and </g1/d2>
size: [3x2] [3x2]
position d1 d2 difference
------------------------------------------------------------
[ 0 1 ] 1e-09 2e-09 1e-09
[ 1 0 ] 1e-09 9e-10 1e-10
[ 1 1 ] 0 1e-09 1e-09
[ 2 0 ] 1e-09 0 1e-09
4 differences found
[ 0 1 ] 1e-16 4e-16 3e-16
[ 1 0 ] 1e-16 2e-16 1e-16
[ 1 1 ] 0 1e-16 1e-16
[ 2 0 ] 3.3e-16 1e-16 2.3e-16
[ 2 1 ] 1e-16 0 1e-16
5 differences found
EXIT CODE: 1

View File

@@ -2,9 +2,10 @@ dataset: </g1/d1> and </g1/d2>
size: [3x2] [3x2]
position d1 d2 difference
------------------------------------------------------------
[ 0 1 ] 1e-009 2e-009 1e-009
[ 1 0 ] 1e-009 9e-010 1e-010
[ 1 1 ] 0 1e-009 1e-009
[ 2 0 ] 1e-009 0 1e-009
4 differences found
[ 0 1 ] 1e-016 4e-016 3e-016
[ 1 0 ] 1e-016 2e-016 1e-016
[ 1 1 ] 0 1e-016 1e-016
[ 2 0 ] 3.3e-016 1e-016 2.3e-016
[ 2 1 ] 1e-016 0 1e-016
5 differences found
EXIT CODE: 1

View File

@@ -2,9 +2,9 @@ dataset: </g1/fp1> and </g1/fp2>
size: [3x2] [3x2]
position fp1 fp2 difference
------------------------------------------------------------
[ 0 1 ] 1e-05 2e-05 1e-05
[ 1 0 ] 1e-05 9e-06 9.99999e-07
[ 1 1 ] 0 1e-05 1e-05
[ 2 0 ] 1e-05 0 1e-05
[ 0 1 ] 1e-07 2e-07 1e-07
[ 1 0 ] 1e-07 3e-07 2e-07
[ 1 1 ] 2.2e-07 1e-07 1.2e-07
[ 2 0 ] 1e-07 0 1e-07
4 differences found
EXIT CODE: 1

View File

@@ -2,9 +2,9 @@ dataset: </g1/fp1> and </g1/fp2>
size: [3x2] [3x2]
position fp1 fp2 difference
------------------------------------------------------------
[ 0 1 ] 1e-005 2e-005 1e-005
[ 1 0 ] 1e-005 9e-006 9.99999e-007
[ 1 1 ] 0 1e-005 1e-005
[ 2 0 ] 1e-005 0 1e-005
[ 0 1 ] 1e-007 2e-007 1e-007
[ 1 0 ] 1e-007 3e-007 2e-007
[ 1 1 ] 2.2e-007 1e-007 1.2e-007
[ 2 0 ] 1e-007 0 1e-007
4 differences found
EXIT CODE: 1

View File

@@ -0,0 +1,8 @@
dataset: </g1/d1> and </g1/d2>
size: [3x2] [3x2]
position d1 d2 difference
------------------------------------------------------------
[ 0 1 ] 1e-16 4e-16 3e-16
[ 2 0 ] 3.3e-16 1e-16 2.3e-16
2 differences found
EXIT CODE: 1

View File

@@ -0,0 +1,8 @@
dataset: </g1/d1> and </g1/d2>
size: [3x2] [3x2]
position d1 d2 difference
------------------------------------------------------------
[ 0 1 ] 1e-016 4e-016 3e-016
[ 2 0 ] 3.3e-016 1e-016 2.3e-016
2 differences found
EXIT CODE: 1

View File

@@ -0,0 +1,8 @@
dataset: </g1/fp1> and </g1/fp2>
size: [3x2] [3x2]
position fp1 fp2 difference
------------------------------------------------------------
[ 1 0 ] 1e-07 3e-07 2e-07
[ 1 1 ] 2.2e-07 1e-07 1.2e-07
2 differences found
EXIT CODE: 1

View File

@@ -0,0 +1,8 @@
dataset: </g1/fp1> and </g1/fp2>
size: [3x2] [3x2]
position fp1 fp2 difference
------------------------------------------------------------
[ 1 0 ] 1e-007 3e-007 2e-007
[ 1 1 ] 2.2e-007 1e-007 1.2e-007
2 differences found
EXIT CODE: 1

View File

@@ -60,17 +60,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.

View File

@@ -61,17 +61,11 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
number.
-p R, --relative=R Print difference if (|(a-b)/b| > R), R is a positive
number.
--use-system-epsilon Print difference if (|a-b| > EPSILON),
where EPSILON (FLT_EPSILON or FLT_EPSILON) is the
system epsilon value.
If the system epsilon is not defined, use the value
below:
--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
-d, -p, and --use-system-epsilon options are used for
comparing floating point values.
By default, strict equality is used. Use -p or -d to
set specific tolerance.
--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.