sundials icon indicating copy to clipboard operation
sundials copied to clipboard

CI: Add Fortran Compiler Warnings

Open gardner48 opened this issue 1 year ago • 1 comments

Add -fcheck=all to Fortran flags with ENABLE_ALL_WARNINGS

gardner48 avatar May 16 '24 21:05 gardner48

Testing if bounds checking works with the CI. Previously we ran into compiler bugs with the Jenkins tests but I think that was with an older GCC version than we use now.

gardner48 avatar May 16 '24 21:05 gardner48

The gfortran version Jenkins uses still segfaults with the additional Fortran warning flags so these flags are only added when using the docker GitHub actions tests.

gardner48 avatar May 25 '24 17:05 gardner48