src_MD-M compiles with old Makefile and common sccor rename
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 16 Feb 2013 11:05:56 +0000 (12:05 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 16 Feb 2013 11:05:56 +0000 (12:05 +0100)
bin/unres/MD-M/unres_Tc_procor_oldparm_em64-D-symetr.exe [new file with mode: 0755]
source/unres/src_MD-M/COMMON.SCCOR
source/unres/src_MD-M/Makefile
source/unres/src_MD-M/xdrf [new symlink]

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 (executable)
index 0000000..1674d45
Binary files /dev/null and b/bin/unres/MD-M/unres_Tc_procor_oldparm_em64-D-symetr.exe differ
index 5217de7..a28f621 100644 (file)
@@ -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
index d3206a8..c850dec 100644 (file)
@@ -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 (symlink)
index 0000000..26825c5
--- /dev/null
@@ -0,0 +1 @@
+../../lib/xdrf
\ No newline at end of file