summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1465] src/H5Fmpio.c:Albert Cheng1999-07-121-2/+0
| | | | | | | | | | | | | Removed the unnecessary #include of mpi.h and mpio.h. (They are included already in H5public.h when applicable.) Changed couple debug printing to be controlled like the others. src/H5public.h: Officially, mpio.h should be in mpi.h but MPIO are not always supported by the vendor yet. Make the #include of mpio.h conditional when it is not in mpi.h. testpar/testphdf5.h: Removed the unnecessary #include of mpi.h and mpio.h. (They are included already in H5public.h when applicable.)
* [svn-r1417] t_mpi.c:Albert Cheng1999-07-031-0/+1
| | | | | | | | | | Changed it to skip the test instead of aborting when there is not enough processes to do the test. Also corrected an error in the error reporting printf statement. t_dset.c: testphdf5.c: testphdf5.h: Added option for specifying chunk dimensions.
* [svn-r1398] Purpose:Albert Cheng1999-06-301-4/+3
| | | | | | | | | | | | | | | | new feature Makefile.in: Added the dependence of *.c on the testphdf5.h t_dset.c: testphdf5.c: testphdf5.h: testphdf5 now takes optional arguements for dataset dimension sizes. That allows testing with different dimension sizes without recompiling the whole thing. Platform tested: O2K
* [svn-r1222] Cleaned up the code in testphdf5.c, mostly in the -f parsing area.Albert Cheng1999-04-271-1/+1
| | | | | Eliminated most compiler complains. Changed Tflops to use the /pfs_grande file systems. (Old /pfs is retired.)
* [svn-r1218] Added string.h since it is needed for those strxxx calls.Albert Cheng1999-04-261-0/+1
|
* [svn-r1177] Changed HDmalloc to malloc to avoid the need of using H5private.h.Albert Cheng1999-04-081-1/+0
| | | | | Removed the #ifndef MPIOTEST. MPIO tests should run all the time now that the test is more efficient.
* [svn-r483] Revised for alpha-2 release.Albert Cheng1998-07-131-1/+5
|
* [svn-r465] Replaced old H5Sset_hyperslab with new H5Sselect_hyperslab calls.Albert Cheng1998-07-071-1/+1
| | | | Tested on O2K.
* [svn-r448] Updated with more tests for extendable datasets such as testingAlbert Cheng1998-07-051-2/+4
| | | | | the expected failures in writing data beyond the current dimension sizes and also in attempting to extend a dataset opened RDONLY.
* [svn-r440] Header file for the PHDF5 tests. (forgot to add it last time.)Albert Cheng1998-07-011-0/+67