Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r12815] | Pedro Vicente Nunes | 2006-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 1) added a new parameter to the h5diff function diff_array that contains the beginning position of the hyperslab, so that the total position in the array is printed correctly when reading by hyperslabs. 2) added a new test to h5diff that reads and diffs by hyperslabs. The test reads a 1GB dataset, from which a 1KB hyperslab was written with differences . 3) added the generation of 2 files to the generator program to test the h5diff hyperslab read. 4) changed the h5diff binary pre-generated file names to be more descriptive (e.g, instead of file1.h5, made it h5diff_basic1.h5) 5) changed the name of the h5repack options text file to info.h5repack | ||||
* | [svn-r12687] reverted back some changes that inadvertedely added some ↵ | Pedro Vicente Nunes | 2006-09-26 | 1 | -1/+0 |
| | | | | | | | | output to the parallel part of h5diff tested : heping parallel | ||||
* | [svn-r12678] bug fix | Pedro Vicente Nunes | 2006-09-25 | 1 | -0/+1 |
| | | | | | the number of atribute differences was not added to the total sum of differences | ||||
* | [svn-r12134] Purpose: | Pedro Vicente Nunes | 2006-03-22 | 1 | -0/+11 |
bug fix Description: 1) added a more explainative usage message 2) the percent relative error for the integer type (division) was being done using integer arythmetic; use floating point arythmetic instead 3) added a new test for integer percent Solution: Platforms tested: linux (32,64) AIX solaris Misc. update: |