Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Kale authored and kavithachandrasekar committed Jun 9, 2023
1 parent 29382d3 commit c550007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/charm++/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8729,7 +8729,8 @@ to execute the task and register with the system using CmiRegisterHandler called
can take action (such as a callback) when all the tasks
arising recursively from a set of fired objects, so you know when they are all done.

An example program illustrating this feature is in https://github.com/UIUC-PPL/pgms/tasksAndRing,
An example program illustrating this feature is in
https://github.com/UIUC-PPL/pgms/tree/main/charm%2B%2B/tasksWithRing,
which illustrates concurrent execution
of tasks with regular Charm++ messages. Another example that illustrates the utility of tasks
for within-node load balancing is in pgms/testTasks.
Expand Down

0 comments on commit c550007

Please sign in to comment.