AMPI: Remove noexcept from thread start functions that wrap user code87/4587/2
commit05eb4125fa65b56b17a55b6406995f7467f2e79e
authorEvan Ramos <evan@hpccharm.com>
Tue, 18 Sep 2018 17:36:39 +0000 (18 12:36 -0500)
committerEvan Ramos <evan@hpccharm.com>
Tue, 18 Sep 2018 18:33:02 +0000 (18 13:33 -0500)
treee02ff0e3b64d9d232afe6cbd2c40ba0b9eeae9fc
parent5d20c32c7b50f506be0b4bb67456f67f945c9a36
AMPI: Remove noexcept from thread start functions that wrap user code

Otherwise, debuggers will unwind to the functions marked noexcept
instead of the source of the exception.

Change-Id: I5718c8142c6eac0d1c04f2109d7e36a602e585bb
src/libs/ck-libs/ampi/ampi.C