-
Notifications
You must be signed in to change notification settings - Fork 97
10 01 2020
Manjunath Gorentla Venkata edited this page Oct 2, 2020
·
1 revision
- Manjunath Gorentla Venkata
- Sergey Lebedev
- Valentine Petrov
- Alex Margolin
- Lior
Return void or status on destroy/destruction routines ?
- There are no real disadvantages of using status, so, will use status codes for now
Should status codes be negative ?
- Use negative status codes for errors
bool or _Bool in split routine to indicate participation?
- Use uint32_t
Add UCC_TYPE_COLL_LAST to list of collectives ?
- Use case: UCC user loop over all possible collectives
- The usage example doesn't really need adding UCC_TYPE_COLL_LAST as enumeration
- Split the PR into multiple logically separate PR
- Oct 7th, 2020 (11 AM PT)