Skip to content

Commit

Permalink
TL/UCP: removed debug printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov committed Feb 2, 2024
1 parent a26b95b commit a50e75b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/tl/ucp/allgather/allgather.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ucc_base_coll_alg_info_t

ucc_status_t ucc_tl_ucp_allgather_init(ucc_tl_ucp_task_t *task)
{
printf ("HELLO\n");
return ucc_tl_ucp_allgather_ring_init_common(task);
}

Expand All @@ -51,7 +50,6 @@ char *ucc_tl_ucp_allgather_score_str_get(ucc_tl_ucp_team_t *team)
algo_num = UCC_TL_UCP_ALLGATHER_ALG_RING;
}
}
fprintf(stderr, "Algo num: %d\n", algo_num);
ucc_snprintf_safe(str, max_size,
UCC_TL_UCP_ALLGATHER_DEFAULT_ALG_SELECT_STR, algo_num);
return str;
Expand Down

0 comments on commit a50e75b

Please sign in to comment.