sundials
sundials copied to clipboard
CI: Add Fortran Compiler Warnings
Add -fcheck=all to Fortran flags with ENABLE_ALL_WARNINGS
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.
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.