From a8142b23d2c068e99cd77f0dfca0be6b74f40788 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Thu, 29 Mar 2012 00:33:41 +0200 Subject: [PATCH] path for executable corrected --- source/unres/src_CSA/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/unres/src_CSA/Makefile b/source/unres/src_CSA/Makefile index e0a56b6..e18df8f 100644 --- a/source/unres/src_CSA/Makefile +++ b/source/unres/src_CSA/Makefile @@ -11,7 +11,7 @@ CPPFLAGS = -DPROCOR -DLINUX -DPGI -DISNAN -DMP -DMPI -DUNRES \ #-DPARINT -DPARINTDER #INSTALL_DIR = /usr/local/mpich-1.2.7p1-intel -INSTALL_DIR =/users/software/mpich-1.2.7p1_intel-10.1_em64_ssh/ +INSTALL_DIR = /users/local/mpi64/mpich-1.2.7p1/ FC= ifort @@ -24,7 +24,7 @@ FFLAGS3 = -c -w -O3 -mp FFLAGSE = -c -w -O3 -ipo -ipo_obj -opt_report -I$(INSTALL_DIR)/include -BIN = ../bin/unres_Tc_procor_030512_dfa_csa_4P_tmscore.exe +BIN = ../../../bin/unres/CSA/unres_csa_ifort_mpich-1.2.7p1.exe LIBS = -lpthread -L$(INSTALL_DIR)/lib -lmpich ARCH = LINUX -- 1.7.9.5