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
b74dd633
Commit
b74dd633
authored
Apr 07, 2016
by
Thomas Jahns
🤸
Browse files
Document cdfDefVars virtualization for PIO modes.
parent
3f8ad8fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream.c
View file @
b74dd633
...
...
@@ -1604,6 +1604,9 @@ void cdiStreamSetupVlist_(stream_t *streamptr, int vlistID)
case
CDI_FILETYPE_NC4
:
case
CDI_FILETYPE_NC4C
:
{
/* calls cdfDefVars in serial mode but
* cdiPioClientStreamNOP (i.e. nothing) on client ranks
* and cdiPioServerCdfDefVars on server ranks in parallel mode*/
void
(
*
myCdfDefVars
)(
stream_t
*
streamptr
)
=
(
void
(
*
)(
stream_t
*
))
namespaceSwitchGet
(
NSSWITCH_CDF_STREAM_SETUP
).
func
;
myCdfDefVars
(
streamptr
);
...
...
Write
Preview
Markdown
is supported
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