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
sds
ssg
Commits
edc12a59
Commit
edc12a59
authored
Sep 28, 2016
by
Jonathan Jenkins
Browse files
use a better ssg acronym
parent
e080bfbe
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
edc12a59
SSG is a Simple, St
upid
Grouping mechanism for Mercury. It provides
SSG is a Simple, St
atic
Grouping mechanism for Mercury. It provides
mechanisms for bootstrapping a set of pre-existing mercury processes. So
far, we have the following:
...
...
include/ssg.h
View file @
edc12a59
...
...
@@ -6,7 +6,7 @@
#pragma once
// "simple st
upid
group" interface
// "simple st
atic
group" interface
//
// Contains trivial wireup and connection management functionality, with a
// model of a static (at startup) member list.
...
...
maint/ssg.pc.in
View file @
edc12a59
...
...
@@ -4,7 +4,7 @@ libdir=@libdir@
includedir=@includedir@
Name: ssg
Description: Simple St
upid
Group (SSG) interface for Mercury
Description: Simple St
atic
Group (SSG) interface for Mercury
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/ssg
Requires: mercury
...
...
src/ssg.c
View file @
edc12a59
...
...
@@ -27,7 +27,7 @@
#include
<ssg-margo.h>
#endif
#define DO_DEBUG
0
#define DO_DEBUG
1
#define DEBUG(...) \
do { \
if(DO_DEBUG) { \
...
...
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