NetCDF  4.7.4
hdf5cache.c File Reference
#include "config.h"
#include "hdf5internal.h"
Include dependency graph for hdf5cache.c:

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...
 

Detailed Description

The netCDF-4 functions which control HDF5 caching. These caching controls allow the user to change the cache sizes of HDF5 before opening files.

Author
Ed Hartnett

Definition in file hdf5cache.c.

Variable Documentation

◆ nc4_chunk_cache_nelems

size_t nc4_chunk_cache_nelems

Default chunk cache number of elements.

Definition at line 28 of file nc4internal.c.

◆ nc4_chunk_cache_preemption

float nc4_chunk_cache_preemption

Default chunk cache preemption.

Definition at line 29 of file nc4internal.c.

◆ nc4_chunk_cache_size

size_t nc4_chunk_cache_size

Default chunk cache size.

Definition at line 27 of file nc4internal.c.


Return to the Main Unidata NetCDF page.
Generated on Tue Apr 21 2020 19:56:21 for NetCDF. NetCDF is a Unidata library.