summaryrefslogtreecommitdiffstats
path: root/testpar/t_dset.c
Commit message (Collapse)AuthorAgeFilesLines
* [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.