Added newly created cluster exe and makefile
authorAdam Liwo <adam@piasek4.chem.univ.gda.pl>
Tue, 15 Sep 2015 12:45:25 +0000 (14:45 +0200)
committerAdam Liwo <adam@piasek4.chem.univ.gda.pl>
Tue, 15 Sep 2015 12:45:25 +0000 (14:45 +0200)
bin/cluster/unres_clust-ifort.exe
source/cluster/unres/src/Makefile_ifort

index 82bb05e..054df53 100755 (executable)
Binary files a/bin/cluster/unres_clust-ifort.exe and b/bin/cluster/unres_clust-ifort.exe differ
index 595c461..0b5e243 100644 (file)
@@ -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