hot fix: add -ffree-line-length-256 compilation flag for fortran

cmake
Luca Pepè Sciarria 11 months ago
parent 372ef708e0
commit 5408e16a4a

@ -324,6 +324,8 @@ configure_file(
# Add the AMG libraries
#---------------------------------------
# In your CMakeLists.txt
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ffree-line-length-256")
message(STATUS "MPI_LIBRARIES: ${MPI_LIBRARIES}")
message(STATUS "MPI_CXX_LIBRARIES: ${MPI_CXX_LIBRARIES}")

Loading…
Cancel
Save