Skip to content
GitLab
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
c850cb8f
Commit
c850cb8f
authored
Feb 23, 2017
by
Uwe Schulzweida
Browse files
CDI_CHUNK_AUTO: set chunk_size_max to 65536.
parent
bd18838c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c850cb8f
2017-02-22 Uwe Schulzweida
* CDI_CHUNK_AUTO: set chunk_size_max to
128MB
* CDI_CHUNK_AUTO: set chunk_size_max to
65536
2017-02-14 Uwe Schulzweida
...
...
src/cdf_write.c
View file @
c850cb8f
...
...
@@ -395,7 +395,7 @@ int cdfDefVar(stream_t *streamptr, int varID)
if ( xid != CDI_UNDEFID ) chunks[ndims] = xsize;
if ( xid != CDI_UNDEFID ) dims[ndims++] = xid;
*/
size_t
chunk_size_max
=
128
*
1024
;
// 128MB
size_t
chunk_size_max
=
65536
;
for
(
int
id
=
0
;
id
<
3
;
++
id
)
{
if
(
dimorder
[
id
]
==
3
&&
zid
!=
CDI_UNDEFID
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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