summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-1.ls
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15221] Description:Quincey Koziol2008-06-161-0/+1
| | | | | | | | | | | | | | | | | | Bring changes from trunk from the time the branch was created (r14280) up to the 1.8.0 release (r14525) back into the metadata journaling branch. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
* [svn-r6182] ./hdf5-devel/tools/testfiles/tcomp-1.lsRobb Matzke2002-12-041-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r3139] Purpose:Quincey Koziol2000-12-141-4/+2
| | | | | | | | Bug Fix Description: Re-generated h5ls output which contained floating point numbers. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r2778] ./hdf5/tools/testfiles/tcomp-1.lsRobb Matzke2000-10-311-4/+6
| | | | | * 2000-10-31 Robb Matzke <matzke@llnl.gov> Expected h5ls output.
* [svn-r2770] Robb Matzke2000-10-311-0/+59
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