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
There are tests for shmem_broadcast() in coll/tc10.c, but i dont see this function definition in the openShmem standards. Should this test exist? Should the test have an ifdef for openShmem compliance? It does not compile with sandia openShmem.
The test uses int64, so i could assume it's testing 64b broadcast, but there are already shmem_broadcast64() tests in the suite with the same code.
The text was updated successfully, but these errors were encountered:
There are tests for shmem_broadcast() in coll/tc10.c, but i dont see this function definition in the openShmem standards. Should this test exist? Should the test have an ifdef for openShmem compliance? It does not compile with sandia openShmem.
The test uses int64, so i could assume it's testing 64b broadcast, but there are already shmem_broadcast64() tests in the suite with the same code.
The text was updated successfully, but these errors were encountered: