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
1234cb43
Commit
1234cb43
authored
Jan 15, 2013
by
Thomas Jahns
🤸
Browse files
Conditionally declare conditionally used variable.
parent
76db9ac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_server.c
View file @
1234cb43
...
...
@@ -373,8 +373,8 @@ void readGetBuffers ( int tsID, int vdate, int vtime )
{
int
nProcsModel
=
commInqNProcsModel
();
int
root
=
commInqRootGlob
();
int
myCollRank
=
commInqRankColl
();
#ifdef HAVE_NETCDF4
int
myCollRank
=
commInqRankColl
();
MPI_Comm
collComm
=
commInqCommColl
();
#endif
xdebug
(
"%s"
,
"START"
);
...
...
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