We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b8e73 commit 85eea06Copy full SHA for 85eea06
1 file changed
ttg/ttg/parsec/ttg.h
@@ -4042,6 +4042,8 @@ namespace ttg_parsec {
4042
4043
task_t *task = (task_t*)parsec_task;
4044
4045
+ ttg::trace(task->tt->world.rank(), ":", task->tt->get_name(), ": completing task ");
4046
+
4047
#ifdef TTG_HAVE_COROUTINE
4048
/* if we still have a coroutine handle we invoke it one more time to get the sends/broadcasts */
4049
if (task->suspended_task_address) {
0 commit comments