fixed binary names for cmake (update)
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 7 May 2015 04:02:37 +0000 (06:02 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 7 May 2015 04:02:37 +0000 (06:02 +0200)
source/wham/src-M/CMakeLists.txt
source/wham/src/CMakeLists.txt

index 0d562eb..9bfc96e 100644 (file)
@@ -176,7 +176,7 @@ set_property(SOURCE ${UNRES_WHAM_M_PP_SRC} PROPERTY COMPILE_DEFINITIONS ${CPPFLA
 #========================================
 #  Setting binary name
 #========================================
-set(UNRES_WHAM_M_BIN "wham_M_${Fortran_COMPILER_NAME}.exe")
+set(UNRES_WHAM_M_BIN "wham-mult_${Fortran_COMPILER_NAME}_MPI_${UNRES_MD_FF}.exe")
 
 #=========================================
 # cinfo.f workaround for CMake
index 09848db..7f6193a 100644 (file)
@@ -177,7 +177,7 @@ set_property(SOURCE ${UNRES_WHAM_PP_SRC} PROPERTY COMPILE_DEFINITIONS ${CPPFLAGS
 #========================================
 #  Setting binary name
 #========================================
-set(UNRES_WHAM_BIN "wham_${Fortran_COMPILER_NAME}.exe")
+set(UNRES_WHAM_BIN "wham_${Fortran_COMPILER_NAME}_MPI_${UNRES_MD_FF}.exe")
 
 #=========================================
 # cinfo.f workaround for CMake