Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
1e9a6297
Commit
1e9a6297
authored
Jan 12, 2014
by
Davis King
Browse files
fixed grammar
parent
e66fa51e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/bsp_ex.cpp
examples/bsp_ex.cpp
+1
-1
No files found.
examples/bsp_ex.cpp
View file @
1e9a6297
...
@@ -238,7 +238,7 @@ void bsp_job_other_nodes (bsp_context& bsp, long grid_resolution)
...
@@ -238,7 +238,7 @@ void bsp_job_other_nodes (bsp_context& bsp, long grid_resolution)
//
//
// Therefore, try_receive() serves both as a message receiving tool as well as an
// Therefore, try_receive() serves both as a message receiving tool as well as an
// implicit form of barrier synchronization. In this case, we use it to know when to
// implicit form of barrier synchronization. In this case, we use it to know when to
// terminate. That is, we know it is
the
time to terminate if all the messages between
// terminate. That is, we know it is time to terminate if all the messages between
// nodes have been received and all nodes are inactive due to either termination or
// nodes have been received and all nodes are inactive due to either termination or
// being blocked on a receive call. This will happen once the controller node above
// being blocked on a receive call. This will happen once the controller node above
// terminates since it will result in all the other nodes inevitably becoming blocked
// terminates since it will result in all the other nodes inevitably becoming blocked
...
...
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