summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1035] t_file.c:Albert Cheng1999-01-271-0/+136
| | | | | | | | | | | Added a new test to verify the MPIO can support independent overlapping writes. testphdf5.c: Bracketed the MPIO write test with a #ifdef so that it is tested only when the explicitely turned on. Platform tested: O2K.
* [svn-r449] Corrected some grammar errors in the debug messages.Albert Cheng1998-07-051-1/+1
|
* [svn-r439] Changed the PHDF test programs substantially. Used to be just oneAlbert Cheng1998-07-011-0/+80
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.