Skip to content

Commit

Permalink
CORE: Fix asymmetric bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarka committed Sep 3, 2024
1 parent 6bdcf2e commit 8bbdf68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/ucc_coll.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ UCC_CORE_PROFILE_FUNC(ucc_status_t, ucc_collective_init,
ucc_error("handling asymmetric memory failed");
return status;
}
} else {
op_args.asymmetric_save_info.scratch = NULL;
}

status = ucc_coll_init(team->score_map, &op_args, &task);
Expand Down

0 comments on commit 8bbdf68

Please sign in to comment.