aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5/src
Commit message (Collapse)AuthorAge
* CarpetIOStreamedHDF5: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetIOStreamedHDF5: Accumulate any low-level errors returned by HDF5 ↵Thomas Radke2006-02-07
| | | | | | | | | | library calls This patch is a necessary follow-up for thorn CarpetIOStreamedHDF5 on the previous patch named "CarpetIOHDF5: bugfix for writing checkpoints". I simply forgot to push everything in a single patch. Sorry ! darcs-hash:20060207105729-776a0-7604a3f2a8823d38778431ba006651f7fbee2bbb.gz
* CarpetIOStreamedHDF5: use dist::comm() instead of dist::commThomas Radke2005-11-23
| | | | darcs-hash:20051123155817-776a0-6a6aa115a8034e7cf8b98c56ffbd55a947bd628f.gz
* Carpet{IOScalar,IOHDF5,IOStreamedHDF5}: use C++ strings (rather than ↵Thomas Radke2005-07-26
| | | | | | | | | | | | Util_asprintf()) to construct C output strings There was a small memory leak in using Util_asprintf() to continuously append to an allocated string buffer. The code has now been rewritten to use C++ string class objects which are destroyed automatically. This closes http://bugs.carpetcode.org/show_bug.cgi?id=89. darcs-hash:20050726122331-776a0-874ccd0d5766b85b1110fcd6f501a7e39c35e965.gz
* CarpetIOStreamedHDF5: introduce a parameter max_num_clients to limit the ↵Thomas Radke2005-07-01
| | | | | | number of clients allowed to connect to a simulation at the same time darcs-hash:20050701100728-776a0-7964598e966223fa1db8dddfce86502d26992ac4.gz
* CarpetIOStreamedHDF5: new thorn which provides streamed HDF5 data outputThomas Radke2005-06-27
darcs-hash:20050627141701-776a0-cba926db30167a725a6dad6b584a31fa5476b5e0.gz