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
The dsxx_fpe_trap_2 unit test is failing for XL Release builds.
>>> Running: >>> /scratch/users/kellyt/cdash/darwin/draco/Nightly_xlc++-power9xl-develop/Release/build/src/ds++/test/do_exception>>> 2- fpe_trap: This platform is supported.- Case two: trying to evaluate sqrt(-1.0)... result = nanTest Passes: Application ran to completionChecking the generated output files...Test Passes: Case 2 -> sqrt(-1.0) test caseTest Fails: Failed to catch SIGFPE (Invalid floating point operation)
I think we need to tell XL to to look for these types of floating-point errors so its behavior matches other compilers. Trying:
The
dsxx_fpe_trap_2
unit test is failing for XL Release builds.I think we need to tell XL to to look for these types of floating-point errors so its behavior matches other compilers. Trying:
-qflttrap
RefThe text was updated successfully, but these errors were encountered: