X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fcluster%2FCMakeLists.txt;h=5241d56571133ddb6466fcedf0223d6a900550a0;hb=c6f305ff4a0b1fdc111572dc9692d866b9ffbb15;hp=cdb54a577fb1313e344b78ad969fb7d77b028168;hpb=df2469d9ac903d93889867f4e50e9bf6c428c1c6;p=unres4.git diff --git a/source/cluster/CMakeLists.txt b/source/cluster/CMakeLists.txt index cdb54a5..5241d56 100644 --- a/source/cluster/CMakeLists.txt +++ b/source/cluster/CMakeLists.txt @@ -46,7 +46,7 @@ set(UNRES_CLUSTER_WHAM_SRC0 #================================================ if (Fortran_COMPILER_NAME STREQUAL "ifort") set (CMAKE_Fortran_FLAGS_RELEASE " ") - set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g ") + set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -traceback") set(FFLAGS0 "-CB -g -fpp -mcmodel=medium -shared-intel -ip " ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") set(FFLAGS0 "-std=legacy -mcmodel=medium " ) @@ -78,6 +78,9 @@ if(UNRES_MD_FF STREQUAL "GAB" ) elseif(UNRES_MD_FF STREQUAL "E0LL2Y") # set preprocesor flags set(CPPFLAGS "PROCOR -DSPLITELE -DSCCORPDB" ) +elseif(UNRES_MD_FF STREQUAL "NEWCORR") + # set preprocesor flags + set(CPPFLAGS "PROCOR -DUNRES -DISNAN -DSPLITELE -DLANG0 -DNEWCORR -DCORRCD" ) elseif(UNRES_MD_FF STREQUAL "4P") set(CPPFLAGS "SPLITELE -DLANG0 -DCRYST_BOND -DCRYST_THETA -DCRYST_SC -DSCCORPDB" ) endif(UNRES_MD_FF STREQUAL "GAB")