argobots
argobots copied to clipboard
support timeout in testing
When we use make check
in the test directory, it doesn't take account of deadlocks/hangs because we don't have a mechanism (e.g., timeout) to handle them. If deadlocks or hangs occur in any test code, the autotester (make check
) will hang. We need to support timeout in testing.