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
sds
ssg
Commits
84902954
Commit
84902954
authored
Apr 07, 2016
by
Jonathan Jenkins
Browse files
oops, missing brace
parent
36726701
Changes
1
Show whitespace changes
Inline
Side-by-side
include/ssg-mpi.h
View file @
84902954
...
...
@@ -19,8 +19,12 @@ extern "C" {
// mpi based (no config file) - all participants (defined by the input
// communicator) do a global address exchange
// in this case, the caller has already initialized NA with its address
ssg_t
ssg_init_mpi
(
na_class_t
*
nacl
,
MPI_Comm
comm
);
// in this case, the caller has already initialized HG with its address
ssg_t
ssg_init_mpi
(
hg_class_t
*
hgcl
,
MPI_Comm
comm
);
#ifdef __cplusplus
}
#endif
/**
* vim: ft=c sw=4 ts=4 sts=4 tw=80 expandtab
...
...
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