Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ppisn was disabling the filling arrays with nans
- Loading branch information
ppisn was disabling the filling arrays with nans
e64aefd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
% setenv MESA_FPE_CHECKS_ON 1
TEST_COMPILE ../src/test_colors.f90
LOADER ../tester
FAILED
/Users/fxt/.mesa_test/work/colors/test
TEST FAILED -- compare test_output to tmp.txt
tmp.txt on an m1 shows
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
#0 0x100b66147
...
tmp.txt on an intel shows
Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.
Backtrace for this error:
#0 0x10a62cb7e
...
am i still doing something wrong with fpe checks?
e64aefd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope you caught an actual fpe which got fixed in https://testhub.mesastar.org/main/commits/3fb7174 but is not yet on this branch