Skip to content

Commit

Permalink
Merge pull request Reference-LAPACK#515 from weslleyspereira/try-flag…
Browse files Browse the repository at this point in the history
…--fcheck=bounds

Try flag -fcheck=all
  • Loading branch information
weslleyspereira authored Mar 25, 2021
2 parents ebf6d64 + f23cf74 commit 752c097
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 294 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ matrix:
script:
- rm -f make.inc
- cp make.inc.example make.inc
- make -s -j2 all
- make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
- make -j2 lapack_install
- os: linux
name: "CMake Coverage Test on Linux"
Expand All @@ -40,7 +40,7 @@ matrix:
script:
- rm -f make.inc
- cp make.inc.example make.inc
- make -s -j2 all
- make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
- make -j2 lapack_install

before_script:
Expand All @@ -63,7 +63,8 @@ script:
-DLAPACKE:BOOL=ON
-DBUILD_TESTING=ON
-DLAPACKE_WITH_TMG:BOOL=ON
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive"
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
${SRC_DIR}
- ctest -D ExperimentalStart
- ctest -D ExperimentalConfigure
Expand Down
Loading

0 comments on commit 752c097

Please sign in to comment.