ForTrilinos icon indicating copy to clipboard operation
ForTrilinos copied to clipboard

Build fails with Cray Compiler

Open bavier opened this issue 6 years ago • 2 comments

Building ForTrilinos with the Cray Compiler currently fails due to the use of the -ffree-line-length-none compiler option in CMakeLists.txt, which the Cray Compiler does not recognize/support. The best alternative option would be -N1023 which sets the upper limit on line size to 1023 characters. This appears to be long enough.

bavier avatar Jan 17 '18 15:01 bavier