functions to flush data to disk added

This commit is contained in:
2011-08-12 14:24:19 +00:00
parent 5a31c58c41
commit c3f6a51426
5 changed files with 65 additions and 17 deletions
+13 -3
View File
@@ -12,17 +12,27 @@ h5_open_file (
MPI_Comm comm
);
h5_int64_t
h5_err_t
h5_check_filehandle (
h5_file_t * const f
);
h5_int64_t
h5_err_t
h5_close_file (
h5_file_t * const f
);
h5_int64_t
h5_err_t
h5_flush_step (
h5_file_t * const f
);
h5_err_t
h5_flush_file (
h5_file_t * const f
);
h5_err_t
h5_set_stepname_fmt (
h5_file_t * const f,
const char *name,
+2
View File
@@ -24,6 +24,8 @@ extern "C" {
#define H5_VFD_MPIPOSIX 0x10
#define H5_VFD_INDEPENDENT 0x20
#define H5_O_FLUSHSTEP 0x40
#define H5_ID_T H5T_NATIVE_INT64
#define H5_FLOAT64_T H5T_NATIVE_DOUBLE
#define H5_FLOAT32_T H5T_NATIVE_FLOAT