File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11coverage :
2- strict_yaml_branch : default
3- max_report_age : off
42 status :
53 project :
64 default :
Original file line number Diff line number Diff line change 3030 - name : Setup Ubuntu
3131 run : |
3232 sudo apt update -y
33- sudo apt install -y tar wget make cmake gcc g++ python3 python3-dev "openmpi-*" libopenmpi-dev libblas-dev liblapack-dev
33+ sudo apt install -y tar wget make cmake gcc g++ python3 \
34+ python3-dev "openmpi-*" libopenmpi-dev hdf5-tools \
35+ libfftw3-dev libhdf5-dev libblas-dev liblapack-dev
3436
3537 - name : Build
3638 run : /bin/bash mfc.sh build -j $(nproc) --gcov
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
124124 add_compile_options (
125125 $<$<COMPILE_LANGUAGE:Fortran>:-fprofile-arcs>
126126 $<$<COMPILE_LANGUAGE:Fortran>:-ftest-coverage>
127+ $<$<COMPILE_LANGUAGE:Fortran>:-O1>
127128 )
128129
129130 add_link_options (
@@ -360,6 +361,8 @@ macro(HANDLE_SOURCES target useCommon)
360361 -D chemistry=False
361362 --line-numbering
362363 --no -folding
364+ --line-length =999
365+ --line-numbering-mode=nocontlines
363366 "${fpp} " "${f90} "
364367 DEPENDS "${fpp} ;${${target} _incs}"
365368 COMMENT "Preprocessing (Fypp) ${fpp_filename} "
You can’t perform that action at this time.
0 commit comments