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
margo
Commits
458320f9
Commit
458320f9
authored
Mar 21, 2018
by
Philip Carns
Browse files
bug fix
parent
8afae580
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/margo.h
View file @
458320f9
...
...
@@ -39,7 +39,7 @@ typedef ABT_eventual margo_request;
#define MARGO_CLIENT_MODE 0
#define MARGO_SERVER_MODE 1
#define MARGO_DEFAULT_PROVIDER_ID 0
#define MARGO_MAX_PROVIDER_ID (1 << __MARGO_PROVIDER_ID_SIZE)
#define MARGO_MAX_PROVIDER_ID (1 <<
(8*
__MARGO_PROVIDER_ID_SIZE)
)
#define MARGO_PARAM_PROGRESS_TIMEOUT_UB 1
...
...
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