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.
2 parents 3e7e312 + cea9df3 commit 2e2f952Copy full SHA for 2e2f952
cmake/fc.cmake
@@ -257,13 +257,15 @@ if (${F_COMPILER} STREQUAL "COMPAQ")
257
endif ()
258
259
if (${F_COMPILER} STREQUAL "CRAY")
260
- set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_INTEL")
+ set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_CRAYFC")
261
set(FCOMMON_OPT "${FCOMMON_OPT} -hnopattern")
262
if (INTERFACE64)
263
set (FCOMMON_OPT "${FCOMMON_OPT} -s integer64")
264
265
if (NOT USE_OPENMP)
266
- set(FCOMMON_OPT "${FCOMMON_OPT} -O noomp")
+ set(FCOMMON_OPT "${FCOMMON_OPT} -fno-openmp")
267
+ else ()
268
+ set(FCOMMON_OPT "${FCOMMON_OPT} -fopenmp")
269
270
271
0 commit comments