Cabana 0.8.0-dev
 
Loading...
Searching...
No Matches
Cabana::Experimental::HDF5ParticleOutput::HDF5Config Struct Reference

HDF5 tuning settings. More...

#include <Cabana_HDF5ParticleOutput.hpp>

Public Attributes

bool collective = false
 I/O transfer mode to collective or independent (default)
 
bool align = false
 Set alignment on or off.
 
unsigned long threshold = 0
 Threshold for aligning file objects.
 
unsigned long alignment = 16777216
 Alignment value.
 
bool meta_collective = true
 Sets metadata I/O mode operations to collective or independent (default)
 
bool evict_on_close = false
 Cause all metadata for an object to be evicted from the cache.
 

Detailed Description

HDF5 tuning settings.

Various property list setting to tune HDF5 for a given system. For an in-depth description of these settings, see the HDF5 reference manual at https://docs.hdfgroup.org/hdf5/develop

File access property list alignment settings result in any file object ≥ threshold bytes aligned on an address which is a multiple of alignment.


The documentation for this struct was generated from the following file: