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

Remove unsupported signed reductions tests for v1.5 #1098

Closed davidozog closed 11 months ago

davidozog commented 1 year ago

This addresses issue #1097.

Signed integer types that are not fixed-width are deprecated in OpenSHMEM v1.5, so we should remove the corresponding tests for the sake of other libraries using the SOS test suite.

This PR just removes the instances from the tests. The next step might be to mark the routines as deprecated, or possibly remove them.