From: Cezary Czaplewski Date: Thu, 10 Mar 2016 03:57:03 +0000 (+0900) Subject: wham cmake ifort options for larger data X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=7461d968514bdf6ece612eef780b96f61084ea9f;hp=d97086005c941093394a6aa07314dfe581c1a36c;p=unres.git wham cmake ifort options for larger data --- diff --git a/source/wham/src/CMakeLists.txt b/source/wham/src/CMakeLists.txt index 6bfb1c2..b091fd3 100644 --- a/source/wham/src/CMakeLists.txt +++ b/source/wham/src/CMakeLists.txt @@ -94,7 +94,7 @@ set(UNRES_WHAM_PP_SRC # Set comipiler flags for different sourcefiles #================================================ if (Fortran_COMPILER_NAME STREQUAL "ifort") - set(FFLAGS0 "-mcmodel=medium -g -CB -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) + set(FFLAGS0 "-mcmodel=medium -shared-intel -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") set(FFLAGS0 "-std=legacy -g -I. -I${CMAKE_CURRENT_SOURCE_DIR}/include_unres" ) else ()