summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdset-1.ls
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8714] *** empty log message ***Raymond Lu2004-06-211-2/+0
|
* [svn-r8563] *** empty log message ***Raymond Lu2004-05-211-0/+2
|
* [svn-r6183] ./hdf5-devel/tools/testfiles/tdset-1.lsRobb Matzke2002-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: New Feature; Optimization; Clean-up (Merged from 1.4 branch) Description: There is no symbolic constant to pass to functions that take an optional object ID for when the caller wants to indicate no object ID. In the past the caller always passed a negative integer. GPFS performs poorly. The h5ls tool decides whether to list the file name in the output based on a compile-time choice, which isn't always optimal at run time. Solution: Added a symbolic constant H5I_INVALID_HID. Added code to tell the mmfsd of GPFS to forego byte range token prefetching. h5ls decides whether to print the file name at runtime based on the number of objects being listed. Platforms tested: SuSE Linux (arborea), gcc and mpich-1.2.4 SunOS (baldric), gcc
* [svn-r2770] Robb Matzke2000-10-311-0/+101
Purpose: Testing Description: The h5ls test script only looked at exit status. Solution: Created expected output files and compare actual output with expected output. Platforms tested: i686-pc-linux