Skip to content

Commit a28e274

Browse files
committed
change flag
1 parent 2e97c40 commit a28e274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tl/ucp/allgather/allgather_knomial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ ucc_status_t ucc_tl_ucp_allgather_knomial_init_r(
440440
}
441441
task->allgather_kn.etask_linked_list_head = NULL;
442442
task->allgather_kn.p.radix = radix;
443-
task->super.flags |= UCC_COLL_TASK_FLAG_EXECUTOR;
443+
task->super.flags |= UCC_EE_EXECUTOR_PARAM_FIELD_TASK_TYPES ;
444444
task->super.post = ucc_tl_ucp_allgather_knomial_start;
445445
task->super.progress = ucc_tl_ucp_allgather_knomial_progress;
446446
task->super.finalize = ucc_tl_ucp_allgather_knomial_finalize;

0 commit comments

Comments
 (0)