X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fcluster%2Fwham%2Fsrc%2FMakefile;h=333ebec15554b956e7c57a2dde770c3af70fa150;hb=84adc5e36a4deb3b04896678c4c80212fdaea9d6;hp=2f5d84f2dca87b25216049a5f60e9a60c70886c4;hpb=82c6fa04bedfe108a2c14cd1c9008cb3946f73a5;p=unres.git diff --git a/source/cluster/wham/src/Makefile b/source/cluster/wham/src/Makefile index 2f5d84f..333ebec 100644 --- a/source/cluster/wham/src/Makefile +++ b/source/cluster/wham/src/Makefile @@ -3,9 +3,9 @@ BIN=../../../../bin FC = ifort OPT = -O3 -ip -w OPT = -CB -g -FFLAGS = ${OPT} -c -I. -I../src_MD_T-sccor/include_unres -I../src_MD_T-sccor -I/users/adam/MEY_MD/src_Tc-czarek -I$(INSTALL_DIR)/include +FFLAGS = ${OPT} -c -I. -I./include_unres -I../src_MD_T-sccor -I/users/adam/MEY_MD/src_Tc-czarek -I$(INSTALL_DIR)/include CPPFLAGS = -DLINUX -DPGI -DSPLITELE -DPROCOR -DCRYST_BOND -DCRYST_THETA -DCRYST_SC -DMP -DMPI -LIBS = -L$(INSTALL_DIR)/lib -lmpich ../../../wham/src/xdrf/libxdrf.a -g -d2 -CA -CB +LIBS = -L$(INSTALL_DIR)/lib -lmpich ./xdrf/libxdrf.a -g -d2 -CA -CB .c.o: cc -c -DLINUX -DPGI $*.c @@ -21,7 +21,7 @@ objects = main_clust.o arcos.o cartprint.o chainbuild.o convert.o initialize_p.o geomout.o readpdb.o read_coords.o parmread.o probabl.o fitsq.o hc.o \ track.o wrtclust.o srtclust.o noyes.o contact.o printmat.o \ int_from_cart1.o energy_p_new.o icant.o proc_proc.o work_partition.o \ - setup_var.o read_ref_str.o + setup_var.o read_ref_str.o gnmr1.o unres_clust: $(objects) $(FC) ${OPT} ${objects} ${LIBS} -o ${BIN}/unres_clustMD_MPI-oldparm