From: Adam Liwo Date: Tue, 15 Sep 2015 12:45:25 +0000 (+0200) Subject: Added newly created cluster exe and makefile X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=e0dffb98d9aba822b295ea71a3a6d9f460976a00;p=unres.git Added newly created cluster exe and makefile --- diff --git a/source/cluster/unres/src/Makefile_ifort b/source/cluster/unres/src/Makefile_ifort index 595c461..0b5e243 100644 --- a/source/cluster/unres/src/Makefile_ifort +++ b/source/cluster/unres/src/Makefile_ifort @@ -29,7 +29,7 @@ unres_clust: $(objects) xdrf/libxdrf.a cc -o compinfo compinfo.c ./compinfo | true ${FC} -c cinfo.f - $(FC) ${OPT} ${objects} cinfo.o ${LIBS} -o ../../../../bin/cluster/unres_clust-ifort-test.exe + $(FC) ${OPT} ${objects} cinfo.o ${LIBS} -o ../../../../bin/cluster/unres_clust-ifort.exe xdrf/libxdrf.a: cd xdrf && make