fixed binary names for cmake and make
[unres.git] / source / cluster / unres / src / Makefile_ifort
index 19e93e8..f2ef39c 100644 (file)
@@ -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