Merge branch 'prerelease-3.2.1'
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Mon, 25 Sep 2017 08:34:06 +0000 (10:34 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Mon, 25 Sep 2017 08:34:06 +0000 (10:34 +0200)
Conflicts:
bin/unres/MD/unres_ifort_MPICH_E0LL2Y.exe
bin/wham/wham-mult_ifort_MPICH-GAB.exe
source/cluster/unres/src/arcos.f
source/cluster/wham/src-M/arcos.f
source/cluster/wham/src/arcos.f
source/wham/src-M/arcos.f
source/wham/src/arcos.f
source/xdrfpdb/src-M/arcos.f
source/xdrfpdb/src/arcos.f

33 files changed:
1  2 
CMakeLists.txt
bin/cluster/cluster_unres_ifort.exe
bin/cluster/cluster_wham-mult_ifort_MPI_4P.exe
bin/cluster/cluster_wham-mult_ifort_MPI_E0LL2Y.exe
bin/cluster/cluster_wham-mult_ifort_MPI_GAB.exe
bin/cluster/cluster_wham_ifort_MPI_4P.exe
bin/cluster/cluster_wham_ifort_MPI_E0LL2Y.exe
bin/cluster/cluster_wham_ifort_MPI_GAB.exe
bin/unres/CSA/unresCSA_ifort_MPI_4P.exe
bin/unres/CSA/unresCSA_ifort_MPI_E0LL2Y.exe
bin/unres/CSA/unresCSA_ifort_MPI_GAB.exe
bin/unres/MD/unresMD-mult_ifort_MPI_4P.exe
bin/unres/MD/unresMD-mult_ifort_MPI_E0LL2Y.exe
bin/unres/MD/unresMD-mult_ifort_MPI_GAB.exe
bin/unres/MD/unresMD_ifort_MPI_4P.exe
bin/unres/MD/unresMD_ifort_MPI_E0LL2Y.exe
bin/unres/MD/unresMD_ifort_MPI_GAB.exe
bin/unres/MD/unres_E0LL2Y.csh
bin/unres/MINIM/unres_ifort_MIN_single_4P.exe
bin/unres/MINIM/unres_ifort_MIN_single_E0LL2Y.exe
bin/unres/MINIM/unres_ifort_MIN_single_GAB.exe
bin/wham/wham-mult_ifort_MPI_4P.exe
bin/wham/wham-mult_ifort_MPI_E0LL2Y.exe
bin/wham/wham-mult_ifort_MPI_GAB.exe
bin/wham/wham_ifort_MPI_4P.exe
bin/wham/wham_ifort_MPI_E0LL2Y.exe
bin/wham/wham_ifort_MPI_GAB.exe
bin/xdrfpdb/xdrf2ang
bin/xdrfpdb/xdrf2pdb
bin/xdrfpdb/xdrf2pdb-m
bin/xdrfpdb/xdrf2pdb-m-mult
bin/xdrfpdb/xdrf2pdb-mult
bin/xdrfpdb/xdrf2x

diff --combined CMakeLists.txt
@@@ -7,7 -7,7 +7,7 @@@ project(UNRESPACK Fortran C
  
  set(UNRES_MAJOR 3)
  set(UNRES_MINOR 2)
--set(UNRES_PATCH 1)
++set(UNRES_PATCH 2)
  set(UNRES_VERSION ${UNRES_MAJOR}.${UNRES_MINOR}.${UNRES_PATCH})
  
  #======================================
@@@ -116,7 -116,7 +116,7 @@@ set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURC
  
  # Set force field
  if (NOT UNRES_FF)
--  set(UNRES_MD_FF "GAB" CACHE STRING "Choose the force field, options are: GAB E0LL2Y" )
++  set(UNRES_MD_FF "E0LL2Y" CACHE STRING "Choose the force field, options are: GAB E0LL2Y" )
    set_property(CACHE UNRES_MD_FF PROPERTY STRINGS "GAB" "E0LL2Y")
  endif (NOT UNRES_FF)
  
@@@ -144,6 -144,12 +144,12 @@@ find_package(MPI QUIET
  if (MPI_Fortran_FOUND)
    message("MPI found")
    FIX_DBL_INCLUDE(MPI_Fortran_INCLUDE_PATH)
+   message(MPI_Fortran_INCLUDE_PATH)
+   message(${MPI_Fortran_INCLUDE_PATH})
+   message(MPI_Fortran_LIBRARIES)
+   message(${MPI_Fortran_LIBRARIES})
+   option(UNRES_SRUN "Use srun instead of mpiexec ?" OFF )
+   option(UNRES_MPIRUN "Use mpirun instead of mpiexec ?" OFF )
  else()
    message("MPI not found - disabling MPI compile flags ")
    set ( UNRES_WITH_MPI "OFF")
index 0000000,0000000..084b1cb
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..e562a7c
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..5b03fc6
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..c689c2d
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..ce2e038
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..56879dc
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..353b354
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..bcf87b5
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..671aa3c
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..dc845ac
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..818b31d
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..08a0058
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..6743f73
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..abce46e
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..893050c
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..ed65c45
new file mode 100755 (executable)
Binary files differ
@@@ -4,7 -4,7 +4,7 @@@ setenv POT G
  setenv PREFIX 1DKZ-ber-MREMD
  setenv OUT1FILE NO
  #-----------------------------------------------------------------------------
--setenv UNRES_BIN unres_ifort_MPICH_E0LL2Y.exe
++setenv UNRES_BIN unresMD_ifort_MPI_E0LL2Y.exe
  #-----------------------------------------------------------------------------
  setenv DD /users/adam/UNRES/PARAM
  setenv BONDPAR $DD/bond.parm
index 0000000,5ddcc5d..abc8270
mode 000000,100755..100755
Binary files differ
index 0000000,0c0f61c..c06b2c8
mode 000000,100755..100755
Binary files differ
index 0000000,8fbedcf..e855661
mode 000000,100755..100755
Binary files differ
index 0000000,0000000..3d34981
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..beb6703
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..07ef3f7
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..afe88c3
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..591cae2
new file mode 100755 (executable)
Binary files differ
index 0000000,0000000..63be42c
new file mode 100755 (executable)
Binary files differ
diff --combined bin/xdrfpdb/xdrf2ang
index 58ac491,0000000..0c29174
mode 100755,000000..100755
Binary files differ
diff --combined bin/xdrfpdb/xdrf2pdb
index 3940a7a,8b2f50a..677aacd
Binary files differ
diff --combined bin/xdrfpdb/xdrf2pdb-m
index 8b5ee23,cc1b0db..1311651
Binary files differ
index 034e970,e437918..7264403
Binary files differ
index b107eb2,3f1f130..5959882
Binary files differ
diff --combined bin/xdrfpdb/xdrf2x
index 083ffcb,0000000..d92eb34
mode 100755,000000..100755
Binary files differ