Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
92c48921
Commit
92c48921
authored
Mar 11, 2015
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more additions to model_net_event docs
parent
cdde4c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
model-net.h
codes/model-net.h
+7
-2
No files found.
codes/model-net.h
View file @
92c48921
...
...
@@ -150,7 +150,9 @@ void model_net_event_collective_rc(
* (i.e. it is not constrained by transport packet size).
* - remote_event_size: this is the size of the ROSS event structure that
* will be delivered to the final_dest_lp.
* - remote_event: pointer ot data to be used as the remove event message
* - remote_event: pointer to data to be used as the remote event message. When
* the message payload (of size message_size) has been fully delivered to the
* destination (given by final_dest_lp), this event will be issued.
* - self_event_size: this is the size of the ROSS event structure that will
* be delivered to the calling LP once local completion has occurred for
* the network transmission.
...
...
@@ -158,7 +160,10 @@ void model_net_event_collective_rc(
* transmitted the data off of the local node, but it does not mean that
* the data has been (or even will be) delivered. Once this event is
* delivered the caller is free to re-use its buffer.
* - self_event: pionter to data to be used as the self event message
* - self_event: pointer to data to be used as the self event message. When the
* message payload (of size message_size) has been fully sent from the
* sender's point of view (e.g. the corresponding NIC has sent out all
* packets for this message), the event will be issued to the sender.
* - sender: pointer to the tw_lp structure of the API caller. This is
* identical to the sender argument to tw_event_new().
*
...
...
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