NetCDF
4.7.4
|
The netCDF-4 functions which control HDF5 caching. More...
#include "config.h"
#include "hdf5internal.h"
Go to the source code of this file.
Functions | |
int | nc_get_chunk_cache (size_t *sizep, size_t *nelemsp, float *preemptionp) |
Get current chunk cache settings. More... | |
int | nc_get_chunk_cache_ints (int *sizep, int *nelemsp, int *preemptionp) |
int | nc_set_chunk_cache (size_t size, size_t nelems, float preemption) |
Set chunk cache size. More... | |
int | nc_set_chunk_cache_ints (int size, int nelems, int preemption) |
Variables | |
size_t | nc4_chunk_cache_nelems |
Default chunk cache number of elements. More... | |
float | nc4_chunk_cache_preemption |
Default chunk cache preemption. More... | |
size_t | nc4_chunk_cache_size |
Default chunk cache size. More... | |
The netCDF-4 functions which control HDF5 caching.
These caching controls allow the user to change the cache sizes of HDF5 before opening files.
Definition in file hdf5cache.c.
size_t nc4_chunk_cache_nelems |
Default chunk cache number of elements.
Definition at line 28 of file nc4internal.c.
float nc4_chunk_cache_preemption |
Default chunk cache preemption.
Definition at line 29 of file nc4internal.c.
size_t nc4_chunk_cache_size |
Default chunk cache size.
Definition at line 27 of file nc4internal.c.