]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
a few modifications for 1.9
[mothur.git] / makefile
index d95b5ef31c04f2e119136d2cc0d146bb2343397b..d62f0290e5c9dce0b4d8100a6e92940ccca2e1df 100644 (file)
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@
 # Macros\r
 #\r
 \r
-CC = g++\r
+CC = mpic++\r
 CC_OPTIONS = -O3\r
 \r
 # if you do not want to use the readline library set to no, default yes.\r
@@ -26,7 +26,7 @@ ifeq  ($(strip $(USEREADLINE)),yes)
       -L../readline-6.0\r
 endif\r
 \r
-USEMPI ?= no\r
+USEMPI ?= yes\r
 \r
 ifeq  ($(strip $(USEMPI)),yes)\r
     CC_OPTIONS += -DUSE_MPI\r