HDF5 1.14.5
API Reference
|
#include <stdatomic.h>
#include "H5private.h"
#include "H5CXprivate.h"
#include "H5Dprivate.h"
#include "H5Eprivate.h"
#include "H5FDsubfiling.h"
#include "H5FDioc.h"
#include "H5Iprivate.h"
#include "H5MMprivate.h"
#include "H5Pprivate.h"
#include "H5subfiling_common.h"
Data Structures | |
struct | info_header_t |
Macros | |
#define | DRIVER_INFO_MESSAGE_MAX_INFO 65536 |
#define | DRIVER_INFO_MESSAGE_MAX_LENGTH 65552 /* MAX_INFO + sizeof(info_header_t) */ |
Functions | |
H5_DLL herr_t | H5FD__subfiling__truncate_sub_files (hid_t context_id, int64_t logical_file_eof, MPI_Comm comm) |
H5_DLL herr_t | H5FD__subfiling__get_real_eof (hid_t context_id, int64_t *logical_eof_ptr) |
#define DRIVER_INFO_MESSAGE_MAX_INFO 65536 |
#define DRIVER_INFO_MESSAGE_MAX_LENGTH 65552 /* MAX_INFO + sizeof(info_header_t) */ |