Sandia-OpenSHMEM / SOS

Sandia OpenSHMEM is an implementation of the OpenSHMEM specification over multiple Networking APIs, including Portals 4, the Open Fabric Interface (OFI), and UCX. Please click on the Wiki tab for help with building and using SOS.
Other
61 stars 53 forks source link

num_contexts patch #1122

Closed davidozog closed 4 months ago

davidozog commented 4 months ago

This resolves the issue discovered by @ronawho regarding unit test shmem_team_get_config here: https://github.com/openshmem-org/tests-sos/pull/37

This is just a temporary patch to better align with the API spec. SOS still effectively ignores the num_contexts hint, so #1019 is not quite addressed.

This also addresses #1019