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
0c904682
Commit
0c904682
authored
Apr 02, 2014
by
Thomas Jahns
🤸
Browse files
Rename IOServer function to cdiPioServer.
parent
a9b945e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/pio_interface.c
View file @
0c904682
...
...
@@ -813,7 +813,7 @@ pioInit(MPI_Comm commGlob, int nProcsIO, int IOMode,
namespaceSwitchSet
(
NSSWITCH_ABORT
,
NSSW_FUNC
(
cdiAbortC_MPI
));
namespaceSwitchSet
(
NSSWITCH_FILE_OPEN
,
NSSW_FUNC
(
pioFileOpen
));
namespaceSwitchSet
(
NSSWITCH_FILE_CLOSE
,
NSSW_FUNC
(
pioFileClose
));
IO
Server
(
postCommSetupActions
);
cdiPio
Server
(
postCommSetupActions
);
namespaceDelete
(
0
);
namespaceNew
();
commDestroy
();
...
...
src/pio_server.c
View file @
0c904682
...
...
@@ -1040,7 +1040,7 @@ cdiPioCdfDefTimestep(stream_t *streamptr, int tsID)
@return
*/
void
IO
Server
(
void
(
*
postCommSetupActions
)(
void
))
void
cdiPio
Server
(
void
(
*
postCommSetupActions
)(
void
))
{
int
source
,
tag
,
size
,
nProcsModel
=
commInqNProcsModel
();
static
int
nfinished
=
0
;
...
...
src/pio_server.h
View file @
0c904682
...
...
@@ -7,7 +7,7 @@
#include
<mpi.h>
void
IO
Server
(
void
(
*
postCommSetupActions
)(
void
));
void
cdiPio
Server
(
void
(
*
postCommSetupActions
)(
void
));
#endif
/*
...
...
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