Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
83ee12cd
Commit
83ee12cd
authored
Jan 15, 2020
by
Shane Snyder
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mobject server should use pre-finalize margo cbs
parent
7341eef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/server/mobject-server-daemon.c
src/server/mobject-server-daemon.c
+1
-1
No files found.
src/server/mobject-server-daemon.c
View file @
83ee12cd
...
...
@@ -204,7 +204,7 @@ int main(int argc, char *argv[])
group_config
.
swim_period_length_ms
=
10000
;
/* 10-second period length ... */
ssg_group_id_t
gid
=
ssg_group_create_mpi
(
mid
,
MOBJECT_SERVER_GROUP_NAME
,
MPI_COMM_WORLD
,
&
group_config
,
NULL
,
NULL
);
ASSERT
(
gid
!=
SSG_GROUP_ID_INVALID
,
"ssg_group_create_mpi() failed (ret = %s)"
,
"SSG_GROUP_ID_NULL"
);
margo_push_finalize_callback
(
mid
,
&
finalize_ssg_cb
,
(
void
*
)
&
gid
);
margo_push_
pre
finalize_callback
(
mid
,
&
finalize_ssg_cb
,
(
void
*
)
&
gid
);
/* Mobject provider initialization */
mobject_provider_t
mobject_prov
;
...
...
Shane Snyder
@ssnyder
mentioned in issue
#32 (closed)
·
Jan 16, 2020
mentioned in issue
#32 (closed)
mentioned in issue #32
Toggle commit list
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