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=3749a126762ec3c4e49154035e26c702043ecdf7;p=unres.git Added newly created cluster exe and makefile --- diff --git a/bin/cluster/unres_clust-ifort.exe b/bin/cluster/unres_clust-ifort.exe index 82bb05e..054df53 100755 Binary files a/bin/cluster/unres_clust-ifort.exe and b/bin/cluster/unres_clust-ifort.exe differ 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