summaryrefslogtreecommitdiffstats
path: root/testpar/t_pflush2.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13650] Description:Quincey Koziol2007-04-121-4/+4
| | | | | | | | Clean up problems from error handling API changes in parallel and threadsafe builds. Tested on: FreeBSD/64 6.2 (liberty) w/parallel & threadsafe
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-071-2/+3
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r12704] Purpose: Bug fixLeon Arber2006-10-021-14/+26
| | | | | Description: Fix copper failures by adding MPI_Finalize call and also close the dataset and file in case of failure prior to exiting.
* [svn-r12697] Purpose: New FeatureLeon Arber2006-10-011-0/+203
Description: Preliminary test of H5Fflush to verify that it still works when using MPIO collective mode. Platforms: Linux (heping)