SOS
SOS copied to clipboard
Common utilities header for tests
Add a common "utilities" header for tests for common error checking/reporting things.
- Replace usage of
assert
with aTEST_CHECK_ERROR()
routine that exits withshmem_global_exit
on error. - Perform scalar reduction on
errors
to return same value from every PE.