You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are testing deprecated types for bitwise reductions (short, int, long, and long long) in the SOS test suite, but these are deprecated and not supported by other libraries (e.g. OSHMPI).
I think we should remove them from the tests and consider marking the routines as deprecated, if possible. Removal might be appropriate too, because the operation is possibly ambiguous (given that these types might have either 1's or 2's complement representation).
The text was updated successfully, but these errors were encountered:
We are testing deprecated types for bitwise reductions (
short
,int
,long
, andlong long
) in the SOS test suite, but these are deprecated and not supported by other libraries (e.g. OSHMPI).I think we should remove them from the tests and consider marking the routines as deprecated, if possible. Removal might be appropriate too, because the operation is possibly ambiguous (given that these types might have either 1's or 2's complement representation).
The text was updated successfully, but these errors were encountered: