Skip to content

Commit 85eea06

Browse files
committed
Add debug trace output to complete_task_and_release
Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
1 parent f0b8e73 commit 85eea06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ttg/ttg/parsec/ttg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4042,6 +4042,8 @@ namespace ttg_parsec {
40424042

40434043
task_t *task = (task_t*)parsec_task;
40444044

4045+
ttg::trace(task->tt->world.rank(), ":", task->tt->get_name(), ": completing task ");
4046+
40454047
#ifdef TTG_HAVE_COROUTINE
40464048
/* if we still have a coroutine handle we invoke it one more time to get the sends/broadcasts */
40474049
if (task->suspended_task_address) {

0 commit comments

Comments
 (0)