]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added shhh.seqs command
[mothur.git] / makefile
index aa20f8ca67d6594234f9de806556770fa79576ee..5eb8daaab6d8163b1b48852ccef7e21a406b28dc 100644 (file)
--- a/makefile
+++ b/makefile
@@ -58,7 +58,7 @@ ifeq  ($(strip $(USEREADLINE)),yes)
       -lncurses
 endif
 
-USEMPI ?= no
+USEMPI ?= yes
 
 ifeq  ($(strip $(USEMPI)),yes)
     CXX = mpic++
@@ -93,7 +93,7 @@ mothur : $(OBJECTS)
        strip mothur
 
 install : mothur
-       cp mothur ../Release/mothur
+#      cp mothur ../Release/mothur
        
 %.o : %.c %.h
        $(COMPILE.c) $(OUTPUT_OPTION) $<