Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
9cc322b9
Commit
9cc322b9
authored
Aug 27, 2012
by
Uwe Schulzweida
Browse files
cdi_limits: cleanup
parent
7298d7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi_limits.h
View file @
9cc322b9
#ifndef _CDI_LIMITS_H
#define _CDI_LIMITS_H
#define MIN_STREAMS 1024
/* minimum number of streams */
#define MAX_STREAMS 65536
/* maximum number of streams */
#define MIN_VLISTS 1024
/* minimum number of vlists */
#define MAX_VLISTS 65536
/* maximum number of vlists */
#define MIN_TAXES 1024
/* minimum number of taxes */
#define MAX_TAXES 65536
/* maximum number of taxes */
#define MAX_ZAXES 1024
/* maximum number of zaxes */
#define MAX_GRIDS 8192
/* maximum number of grids */
#define MAX_INSTS 1024
/* maximum number of instituts */
#define MAX_MODELS 1024
/* maximum number of models */
#define MAX_GRIDS_PS 128
/* maximum number of different grids per stream */
#define MAX_ZAXES_PS 128
/* maximum number of different zaxes per stream */
#define MAX_ATTRIBUTES 256
/* maximum number of attributes per variable */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment