We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5912455 commit 297985bCopy full SHA for 297985b
.github/workflows/fortran_unit_tests.yml
@@ -42,7 +42,7 @@ jobs:
42
-B./build \
43
-S./test/unit/fortran
44
cd build
45
- make
+ VERBOSE=1 make
46
47
- name: Run fortran unit tests
48
run: |
test/unit/fortran/CMakeLists.txt
@@ -14,10 +14,10 @@ endif()
14
15
# Overwrite the init flags chosen by CMake
16
if(${CMAKE_Fortran_COMPILER_ID} MATCHES "GNU")
17
+ message("Adding free line length to command line.")
18
set(CMAKE_Fortran_FLAGS_INIT "-ffree-line-length-none")
19
endif()
20
-
21
if(CAM_SIMA_ENABLE_CODE_COVERAGE)
22
add_compile_options(-O0 --coverage)
23
add_link_options(--coverage)
0 commit comments