Skip to content

Commit fdd5162

Browse files
committed
mimi pr for exampleCI
1 parent b4e958f commit fdd5162

File tree

705 files changed

+11048
-18099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

705 files changed

+11048
-18099
lines changed

CMakeLists.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,9 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
137137
)
138138
endif()
139139

140-
if (MFC_Strict)
140+
if (MFC_Strict)
141141
add_compile_options(
142-
-ffloat-store
143-
-frounding-math
144-
-fsignaling-nans
142+
-O0
145143
)
146144
endif()
147145

@@ -173,10 +171,11 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
173171
add_link_options("SHELL: -K trap=fp" "SHELL: -G2")
174172
endif()
175173

176-
if (MFC_Strict)
174+
if (MFC_Strict)
177175
add_compile_options(
178-
"SHELL:-hfp0"
179-
"SHELL:-h vector0"
176+
# "SHELL:-hfp0"
177+
# "SHELL:-h vector0"
178+
"SHELL:-o0"
180179
)
181180
endif()
182181

@@ -194,7 +193,8 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
194193
endif()
195194

196195
if (MFC_Strict)
197-
add_compile_options(-fp-model strict)
196+
# add_compile_options(-fp-model strict)
197+
add_compile_options(-O0)
198198
endif()
199199
elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI"))
200200
add_compile_options(
@@ -206,11 +206,9 @@ elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_
206206

207207
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
208208
add_compile_options(
209-
$<$<COMPILE_LANGUAGE:Fortran>:-O0>
210209
$<$<COMPILE_LANGUAGE:Fortran>:-O0>
211210
$<$<COMPILE_LANGUAGE:Fortran>:-C>
212211
$<$<COMPILE_LANGUAGE:Fortran>:-g>
213-
$<$<COMPILE_LANGUAGE:Fortran>:-O0>
214212
$<$<COMPILE_LANGUAGE:Fortran>:-traceback>
215213
$<$<COMPILE_LANGUAGE:Fortran>:-Minform=inform>
216214
$<$<COMPILE_LANGUAGE:Fortran>:-Mbounds>
@@ -245,7 +243,8 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release")
245243
endif()
246244

247245
if (MFC_Strict)
248-
add_compile_options(-Kieee)
246+
# add_compile_options(-Kieee)
247+
add_compile_options(-o0)
249248
endif()
250249

251250
else()

tests/0083C150/golden-metadata.txt

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/0083C150/golden.txt

Lines changed: 6 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/02748F0F/golden-metadata.txt

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)