Implementation of ions into NARES
[unres4.git] / source / unres / CMakeLists.txt
index 032dd7d..8852d5f 100644 (file)
@@ -70,9 +70,9 @@ set(UNRES_MD_SRC3
 #================================================
 if (Fortran_COMPILER_NAME STREQUAL "ifort")
   set (CMAKE_Fortran_FLAGS_RELEASE " ")
-  set (CMAKE_Fortran_FLAGS_DEBUG   "-O0 -g ")
-#  set(FFLAGS0 "-fpp -c -O3 -ip " ) 
-  set(FFLAGS0 "-O3 -ip -fpp  -heap-arrays" ) 
+  set (CMAKE_Fortran_FLAGS_DEBUG   "-O0 -g -traceback")
+#  set(FFLAGS0 "-fpp -c -CB -g -ip " ) 
+  set(FFLAGS0 "-O3 -ip -fpp  -heap-arrays -mcmodel=medium" ) 
 #  set(FFLAGS0 "-O0 -CB -CA -g" )
   set(FFLAGS1 "-fpp -c -O " ) 
   set(FFLAGS2 "-fpp -c -g -CA -CB ")