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
c53a9168
Commit
c53a9168
authored
May 18, 2017
by
Shane Snyder
Browse files
forgot something in previous commit
parent
b4fe5102
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/ssg-test-simple.c
View file @
c53a9168
...
...
@@ -131,8 +131,10 @@ int main(int argc, char *argv[])
if
(
strcmp
(
mode
,
"conf"
)
==
0
)
g_id
=
ssg_group_create_config
(
group_name
,
conf_file
);
#if HAVE_MPI
else
if
(
strcmp
(
mode
,
"mpi"
)
==
0
)
g_id
=
ssg_group_create_mpi
(
group_name
,
MPI_COMM_WORLD
);
#endif
// XXX DIE_IF(g_id == SSG_GROUP_ID_NULL, "ssg_group_create");
if
(
sleep_time
>
0
)
margo_thread_sleep
(
mid
,
sleep_time
*
1000
.
0
);
...
...
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