From: Adam Sieradzan Date: Wed, 17 Dec 2014 09:48:55 +0000 (+0100) Subject: Merge branch 'master' of mmka:unres X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=78c6b598700d2c701af6532afb20ebc905a0b8ef;hp=-c;p=unres.git Merge branch 'master' of mmka:unres Conflicts: .gitignore bin/cluster/unres_clustMD-mult_MPICH-GAB.exe bin/unres/MD/unres_gfortran_single_GAB.exe bin/unres/MD/unres_ifort_single_GAB.exe bin/unres/MINIM/unres_ifort_MIN_single_E0LL2Y.exe bin/unres/MINIM/unres_ifort_MIN_single_GAB.exe bin/unres_clustMD_MPI-oldparm bin/wham/wham_multparm-ham_rep-oldparm source/cluster/wham/src/COMMON.SCCOR source/cluster/wham/src/Makefile source/unres/src_MD-M/Makefile source/unres/src_MD-M/energy_p_new_barrier.F source/unres/src_MD-M/stochfric.F source/unres/src_MD/cinfo.f source/wham/src-M/Makefile source/wham/src/DIMENSIONS.FREE --- 78c6b598700d2c701af6532afb20ebc905a0b8ef diff --combined .gitignore index 442c6c4,2d9541f..0604082 --- a/.gitignore +++ b/.gitignore @@@ -12,8 -12,7 +12,9 @@@ cinfo. # ignore build dir build/ build2/ +build_*/ +period_*/ + # latex files in documentation doc/*/*.aux doc/*/*.log @@@ -24,7 -23,6 +25,7 @@@ gradcheck mapcheck/ run/ sympcheck/ -compinfo -DIL/ bin/unres/MD/unres_ifort_MPICH_GAB_czyt.exe +bin/unres/MD-M/unres_Tc_procor_newparm_em64-D-symetr.exe +DIL/ +compinfo diff --combined CMakeLists.txt index 9b6b6b8,5b824dd..89bd8ef --- a/CMakeLists.txt +++ b/CMakeLists.txt @@@ -6,8 -6,8 +6,8 @@@ cmake_minimum_required(VERSION 2.8 project(UNRESPACK Fortran C) set(UNRES_MAJOR 3) - set(UNRES_MINOR 1) - set(UNRES_PATCH 0) + set(UNRES_MINOR 2) + set(UNRES_PATCH 1) set(UNRES_VERSION ${UNRES_MAJOR}.${UNRES_MINOR}.${UNRES_PATCH}) #====================================== @@@ -63,6 -63,13 +63,13 @@@ MACRO (CINFO_FORMAT FN VN VD file(APPEND ${FN} " write(iout,*)'${STR}'\n") endif(SUMA GREATER 50) ENDMACRO (CINFO_FORMAT) + + # Some MPI wrappers pass double include paths + # This macro fixes broken by semicolon occurence in path + MACRO (FIX_DBL_INCLUDE RESULT) + string(REPLACE ";" " -I" ${RESULT} "${${RESULT}}") + ENDMACRO (FIX_DBL_INCLUDE) + #====================================== # CTest stuff #======================================A @@@ -70,8 -77,6 +77,6 @@@ include(CTest) enable_testing() - # Set makefile verbose on - set( CMAKE_VERBOSE_MAKEFILE 1 ) #====================================== # Fortran compilers stuff @@@ -88,10 -93,23 +93,23 @@@ SET(CMAKE_Fortran_COMPILE_OBJECT "