Skip to content

Commit

Permalink
Add link to Dijkstra's paper as a comment to termination detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 9, 2017
1 parent f315058 commit d020950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/components/server/runtime_support_server.cpp
Expand Up @@ -756,7 +756,8 @@ namespace hpx { namespace components { namespace server
initiating_locality_id, num_localities, dijkstra_token);
}

// kick off termination detection
// Kick off termination detection, this is modeled after Dijkstra's paper:
// http://www.cs.mcgill.ca/~lli22/575/termination3.pdf.
std::size_t runtime_support::dijkstra_termination_detection(
std::vector<naming::id_type> const& locality_ids)
{
Expand Down

0 comments on commit d020950

Please sign in to comment.