openshmem-org / tests-sos

Sandia OpenSHMEM unit tests and performance testing suite
Other
6 stars 11 forks source link

About supporting short/unsigned short of the test/wait routines #19

Closed lyu closed 3 years ago

lyu commented 3 years ago

According to version 1.5 of the spec, short and unsigned short are not supported by any of the test/wait routines. Should they be removed form the unit tests?

davidozog commented 3 years ago

@lyu Well... those routines are deprecated, but that doesn't mean they are completely unsupported... In fact, the spec says they must be supported until indicated otherwise. Are you requesting they be removed?

I see these types in test/unit/cxx_test_shmem_wait_until.cpp - are there any other instances you know of? Thanks.

lyu commented 3 years ago

c11_shmem_wait_until_all_any_some.c and c11_test_shmem_wait_until.c also have those.

But you are right! I missed Annex F completely. Closing.