scr icon indicating copy to clipboard operation
scr copied to clipboard

Build with newer compilers and clean up compiler warnings

Open adammoody opened this issue 4 years ago • 1 comments

  • Build each component with the latest available compiler(s): GNU, Intel, IBM XL
  • Enable all warnings -Wall
  • Fix as many warnings as possible

adammoody avatar Apr 03 '21 20:04 adammoody

Was going to update Travis CI to handle the latest gcc and clang, but since we're moving away from Travis, might take this as a good opportunity to move to one of the other recommended services such as GitHub Actions.

For automated testing with Intel and IBM compilers, we'd just need to add additional jobs to our GitLab CI framework.

CamStan avatar May 01 '21 00:05 CamStan