From: Cezary Czaplewski Date: Sat, 16 Feb 2013 11:05:56 +0000 (+0100) Subject: src_MD-M compiles with old Makefile and common sccor rename X-Git-Tag: v.3.2~28 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?p=unres.git;a=commitdiff_plain;h=be1c29d0c061353f87d43ffc69a130d302018eaf src_MD-M compiles with old Makefile and common sccor rename --- diff --git a/bin/unres/MD-M/unres_Tc_procor_oldparm_em64-D-symetr.exe b/bin/unres/MD-M/unres_Tc_procor_oldparm_em64-D-symetr.exe new file mode 100755 index 0000000..1674d45 Binary files /dev/null and b/bin/unres/MD-M/unres_Tc_procor_oldparm_em64-D-symetr.exe differ diff --git a/source/unres/src_MD-M/COMMON.SCCOR b/source/unres/src_MD-M/COMMON.SCCOR index 5217de7..a28f621 100644 --- a/source/unres/src_MD-M/COMMON.SCCOR +++ b/source/unres/src_MD-M/COMMON.SCCOR @@ -1,6 +1,6 @@ C Parameters of the SCCOR term double precision v1sccor,v2sccor integer nterm_sccor - common/torsion/v1sccor(maxterm_sccor,20,20), + common/sccor/v1sccor(maxterm_sccor,20,20), & v2sccor(maxterm_sccor,20,20), & nterm_sccor diff --git a/source/unres/src_MD-M/Makefile b/source/unres/src_MD-M/Makefile index d3206a8..c850dec 100644 --- a/source/unres/src_MD-M/Makefile +++ b/source/unres/src_MD-M/Makefile @@ -26,7 +26,7 @@ FFLAGSE = -c -w -O3 -ipo -ipo_obj -opt_report -I$(INSTALL_DIR)/include BIN = ../../../bin/unres/MD-M/unres_Tc_procor_oldparm_em64-D-symetr.exe #LIBS = -L$(INSTALL_DIR)/lib_pgi -lmpich xdrf/libxdrf.a #LIBS = -L$(INSTALL_DIR)/lib_ifort -lmpich xdrf/libxdrf.a -LIBS = -L$(INSTALL_DIR)/lib -lmpich xdrf_em64/libxdrf.a -g -d2 -CA -CB +LIBS = -L$(INSTALL_DIR)/lib -lmpich xdrf/libxdrf.a -g -d2 -CA -CB ARCH = LINUX PP = /lib/cpp -P diff --git a/source/unres/src_MD-M/xdrf b/source/unres/src_MD-M/xdrf new file mode 120000 index 0000000..26825c5 --- /dev/null +++ b/source/unres/src_MD-M/xdrf @@ -0,0 +1 @@ +../../lib/xdrf \ No newline at end of file