X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?p=unres.git;a=blobdiff_plain;f=source%2Fcluster%2Funres%2Fsrc%2FMakefile_ifort;h=f2ef39cdf626c1ea5dcc845719e45c23aedc011c;hp=19e93e816c700f3d4ac74ff4d2b4d3900e4a72f6;hb=5f3214b3b9cd011afb780bcaecdf4b4f95bcbbac;hpb=a388fb0bd1a1b143a0deb223c8e15fbd4ea1a68c diff --git a/source/cluster/unres/src/Makefile_ifort b/source/cluster/unres/src/Makefile_ifort index 19e93e8..f2ef39c 100644 --- a/source/cluster/unres/src/Makefile_ifort +++ b/source/cluster/unres/src/Makefile_ifort @@ -1,5 +1,4 @@ BIN=/home/adam/UNRES/bin -INSTALL_DIR = /usr/local/mpich-1.2.7p1-intel FC= ifort OPT = -O3 -ip -w FFLAGS = ${OPT} -I. @@ -27,7 +26,7 @@ unres_clust: $(objects) cc -o compinfo compinfo.c ./compinfo | true ${FC} -c cinfo.f - $(FC) ${OPT} ${objects} cinfo.o ${LIBS} -o ../../../../bin/cluster/unres_clust-ifort.exe + $(FC) ${OPT} ${objects} cinfo.o ${LIBS} -o ../../../../bin/cluster/cluster_unres_ifort.exe clean: /bin/rm *.o