Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge topic/teams into master #906

Merged
merged 101 commits into from
Nov 19, 2019
Merged

Merge topic/teams into master #906

merged 101 commits into from
Nov 19, 2019

Conversation

jdinan
Copy link
Member

@jdinan jdinan commented Nov 19, 2019

No description provided.

davidozog and others added 30 commits April 12, 2019 17:44
James Dinan and others added 28 commits November 15, 2019 14:23
Should not be necessary to declare functions that are static.

Signed-off-by: James Dinan <[email protected]>
These functions are short and aren't needed in the internal API, so our
convention has been to put the implementation directly into the
bindings layer.  Caught a few missing checks for invalid handles in the
process.

Signed-off-by: James Dinan <[email protected]>
Signed-off-by: James Dinan <[email protected]>
Teams Unit Test Updates from Code Review
Signed-off-by: James Dinan <[email protected]>
* README update
* teams_fini reordering
* shmem_internal_free moved
* added shmem_internal_bit_fetch
* rename/comment check_for_linear_stride
* move teams_init errors to appropriate place
* move teams_init pool initializations to appropriate place
* use shmem_internal_params.TEAMS_MAX
* use asserts where needed
* fix 'myteam' leak in parent-only PEs
* fix choose_psync bug for parent-only PEs
* more informative error in split_strided
* All of parent must call split_strided in split_2d
* cleanup unit tests
* other minor changes...

Signed-off-by: David M. Ozog <[email protected]>
Catch and correct for SHMEM_TEAMS_MAX values that are too small.

Signed-off-by: James Dinan <[email protected]>
This is a special case; the default context isn't inserted into the
contexts list on the world team, so it is not freed when the teams are
destroyed.  This context must be freed separately by the transport
layer.

Signed-off-by: James Dinan <[email protected]>
These tests are failing and it looks like there may be bugs in the unit
tests.  Setting these tests aside for debugging.

Signed-off-by: James Dinan <[email protected]>
Signed-off-by: James Dinan <[email protected]>
Signed-off-by: James Dinan <[email protected]>
@jdinan
Copy link
Member Author

jdinan commented Nov 19, 2019

@davidozog #886 when into topic/teams. This PR will merge topic/teams into master.

@jdinan jdinan merged commit 9c22e2e into master Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants