untrack *.exe in git
[unres.git] / source / unres / src_MD-M / CMakeLists.txt
index 22829b6..46758e3 100644 (file)
@@ -93,6 +93,7 @@ set(UNRES_MDM_SRC0
        timing.F
        together.F
        unres.F
+       ssMD.F
 )
 
 if (Fortran_COMPILER_NAME STREQUAL "ifort")
@@ -176,14 +177,12 @@ if (Fortran_COMPILER_NAME STREQUAL "ifort")
   set(FFLAGS0 "-ip -w" ) 
   set(FFLAGS1 "-w -g -d2 -CA -CB" ) 
   set(FFLAGS2 "-w -g -00 ")
-  #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" )
   set(FFLAGS3 "-w -ipo " )
 elseif (Fortran_COMPILER_NAME STREQUAL "gfortran")
-  set(FFLAGS0 "-I. " ) 
-  set(FFLAGS1 "-g -I. " ) 
-  set(FFLAGS2 "-I. ")
-  #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" )
-  set(FFLAGS3 "-I. " )
+  set(FFLAGS0 "-std=legacy -I. " ) 
+  set(FFLAGS1 "-std=legacy -g -I. " ) 
+  set(FFLAGS2 "-std=legacy -I. ")
+  set(FFLAGS3 "-std=legacy -I. " )
 endif (Fortran_COMPILER_NAME STREQUAL "ifort")
 
 
@@ -267,10 +266,10 @@ set_property(SOURCE proc_proc.c PROPERTY COMPILE_DEFINITIONS "SGI" )
 #========================================
 if(UNRES_WITH_MPI) 
   # binary with mpi
-  set(UNRES_BIN "unres_${Fortran_COMPILER_NAME}_MPICH_${UNRES_FF}.exe")
+  set(UNRES_BIN "unres_${Fortran_COMPILER_NAME}_MPICH_${UNRES_MD_FF}.exe")
 else(UNRES_WITH_MPI)
   # binary without mpi
-  set(UNRES_BIN "unres_${Fortran_COMPILER_NAME}_single_${UNRES_FF}.exe")
+  set(UNRES_BIN "unres_${Fortran_COMPILER_NAME}_single_${UNRES_MD_FF}.exe")
 endif(UNRES_WITH_MPI)  
 
 #=========================================