aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOStreamedHDF5
Commit message (Collapse)AuthorAge
* Move MPI support from flesh to a thornErik Schnetter2012-09-11
| | | | | | | Move MPI support from flesh to thorn ExternalLibraries/MPI. This also requires thorns that call MPI directly to declare this in their configuration.ccl. Existing configurations using MPI need to include ExternalLibraries/MPI into their thorn list.
* CarpetIOStreamedHDF5: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* CarpetIOStreamedHDF5: use CarpetIOBasic instead of IOBasic for info outputThomas Radke2006-07-12
| | | | darcs-hash:20060712162959-776a0-f530571f2f02e2ada14ac9f026cefedcc37ffd55.gz
* 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: fixed redefinition of \ThisThorn command in thorn ↵Thomas Radke2005-07-25
| | | | | | documentation darcs-hash:20050725124640-776a0-bf71db8b90758458c660420835ba1db48f3c78b0.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: mention OpenDX as another toolkit which can visualise ↵Thomas Radke2005-06-29
| | | | | | streamed Carpet HDF5 data darcs-hash:20050629141522-776a0-9c2d00943eb5b072b486223ab8208a0cae7388d3.gz
* CarpetIOStreamedHDF5: new thorn which provides streamed HDF5 data outputThomas Radke2005-06-27
darcs-hash:20050627141701-776a0-cba926db30167a725a6dad6b584a31fa5476b5e0.gz