summaryrefslogtreecommitdiffstats
path: root/testpar/t_dset.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r651] Changed name: call H5Sget_simple_extent_dims instead of old ↵Robert Kim Yates1998-09-011-2/+2
| | | | H5Sextent_dims.
* [svn-r543] Purpose:Paul Harten1998-07-241-1/+1
| | | | | | | | | | | | | Link Bug Fix Problem: Fixed a typo, Woops! Solution: replaced `H5Sexent_dims' with `H5Sextent_dims' Platform tested: ASCI Red
* [svn-r542] Purpose:Paul Harten1998-07-241-2/+2
| | | | | | | | | | | | | Link Bug Fix Problem: undefined reference to `H5Sget_dims' Solution: replaced with reference to `H5Sextent_dims' Platform tested: ASCI Red
* [svn-r483] Revised for alpha-2 release.Albert Cheng1998-07-131-16/+46
|
* [svn-r465] Replaced old H5Sset_hyperslab with new H5Sselect_hyperslab calls.Albert Cheng1998-07-071-42/+56
| | | | Tested on O2K.
* [svn-r449] Corrected some grammar errors in the debug messages.Albert Cheng1998-07-051-69/+69
|
* [svn-r448] Updated with more tests for extendable datasets such as testingAlbert Cheng1998-07-051-35/+114
| | | | | the expected failures in writing data beyond the current dimension sizes and also in attempting to extend a dataset opened RDONLY.
* [svn-r439] Changed the PHDF test programs substantially. Used to be just oneAlbert Cheng1998-07-011-0/+1009
big testphdf5.c file. Broke it into modules of related routines. testphdf5.c -- main routine and global variables initialization plus some ulitility routines. t_file.c -- tests of file operations using parallel I/O. t_dset.c -- tests of datasets operations.