X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=f933d69b52e7c6bd7f8ce7661f828cef2f9973b0;hb=4f9ec443e7b1e62345e89a8d5204c9e00a42d64d;hp=68e0eaebffd3b12deff57718a6801b26a513d1dc;hpb=ee9b6d7c3bd62a81233e4589fa26a3641622262f;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e0eae..f933d69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,6 +134,7 @@ if(MPIF_LOCAL_DIR) else(MPIF_LOCAL_DIR) find_library(MPIF_LIBRARY NAMES mpi mpich PATHS ${MPI_LIBRARY} + ${MPI_LIBRARY}/../ ${MPI_EXTRA_LIBRARY} /users/local/mpi64/mpich-1.2.7p1/lib /usr/lib @@ -210,6 +211,7 @@ if(UNRES_NA_MMCE) add_subdirectory(source/unres/src_MD) add_subdirectory(source/unres/src_MD-M) add_subdirectory(source/unres/src_CSA) + add_subdirectory(source/unres/src_CSA_DiL) add_subdirectory(source/cluster/wham/src) add_subdirectory(source/cluster/wham/src-M) endif (Fortran_COMPILER_NAME STREQUAL "ifort") @@ -229,6 +231,7 @@ else() if(UNRES_WITH_MPI) add_subdirectory(source/unres/src_MD-M) add_subdirectory(source/unres/src_CSA) + add_subdirectory(source/unres/src_CSA_DiL) add_subdirectory(source/wham/src) add_subdirectory(source/wham/src-M) add_subdirectory(source/cluster/wham/src)