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
771be69e
Commit
771be69e
authored
Feb 14, 2012
by
Deike Kleberg
Browse files
Adapt changes of names.
parent
f729891c
Changes
2
Hide whitespace changes
Inline
Side-by-side
pioExamples/compareResourcesArray.c
View file @
771be69e
...
...
@@ -208,9 +208,9 @@ void modelRun ( MPI_Comm comm )
free
(
recvBuffer
);
reshPackBufferDestroy
(
&
sendBuffer
);
differ
=
resh
Array
Compare
(
0
,
1
);
differ
=
resh
List
Compare
(
0
,
1
);
printf
(
"The resource arrays %s.
\n
"
,
differ
?
"differ"
:
"are equal"
);
resh
Array
Print
(
"reshArrayModel"
);
resh
List
Print
(
"reshArrayModel"
);
pioNamespaceSetActive
(
0
);
streamClose
(
streamID
);
...
...
src/pio_server.c
View file @
771be69e
...
...
@@ -406,6 +406,8 @@ void IOServer ()
MPI_Comm
commCalc
;
MPI_Status
status
;
xdebug
(
"START"
);
backendInit
();
if
(
commInqRankNode
()
==
commInqSpecialRankNode
())
backendFinalize
();
...
...
@@ -450,8 +452,8 @@ void IOServer ()
}
backendCleanup
();
serverWinCleanup
();
array
Destroy
();
list
Destroy
();
xdebug
(
"RETURN"
);
return
;
}
...
...
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