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
63
stars
53
forks
source link
Team split ops do not support negative strides #1050
The v1.5 OpenSHMEM specification does not preclude negative strides in team split operations, but SOS currently does - right here.
This came about while considering "top-down" scan operations here: https://github.com/openshmem-org/specification/pull/488