Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
bfc83943
Commit
bfc83943
authored
May 02, 2016
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixupme
parent
9e21efe4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
include/margo.h
include/margo.h
+3
-5
No files found.
include/margo.h
View file @
bfc83943
...
...
@@ -27,8 +27,7 @@ typedef struct margo_instance* margo_instance_id;
* @param [in] progress_pool Argobots pool to drive communication
* @param [in] handler_pool Argobots pool to service RPC handlers
* @param [in] hg_context Mercury context
* @param [in] hg_class Mercury class
* @returns margo instance id on success, NULL upon error
* @returns margo instance id on success, MARGO_INSTANCE_NULL upon error
*/
margo_instance_id
margo_init
(
ABT_pool
progress_pool
,
ABT_pool
handler_pool
,
hg_context_t
*
hg_context
);
...
...
@@ -121,7 +120,6 @@ hg_return_t margo_respond(
/**
* Perform a bulk transfer
* @param [in] mid Margo instance
* @param [in] context Mercury context
* @param [in] op type of operation to perform
* @param [in] origin_addr remote Mercury address
* @param [in] origin_handle remote Mercury bulk memory handle
...
...
@@ -143,9 +141,9 @@ hg_return_t margo_bulk_transfer(
/**
* address lookup
* @param [in] context pointer to context of execution
* @param [in] name lookup name
* @returns NA_SUCCESS on on success
* @param [out] addr return address
* @returns HG_SUCCESS on success
*/
hg_return_t
margo_addr_lookup
(
margo_instance_id
mid
,
...
...
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