X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=d95b5ef31c04f2e119136d2cc0d146bb2343397b;hb=813f0516e9c7533859f57ebe6d7b8854896bf009;hp=99152863384e31256a81f9e946862c588b2e6c58;hpb=2bbb7273d4bf5209f098c764551c6e072d60df36;p=mothur.git diff --git a/makefile b/makefile index 9915286..d95b5ef 100644 --- a/makefile +++ b/makefile @@ -10,9 +10,8 @@ # Macros # -CC = mpic++ +CC = g++ CC_OPTIONS = -O3 -LNK_OPTIONS = # if you do not want to use the readline library set to no, default yes. # make sure you have the library installed @@ -27,7 +26,7 @@ ifeq ($(strip $(USEREADLINE)),yes) -L../readline-6.0 endif -USEMPI ?= yes +USEMPI ?= no ifeq ($(strip $(USEMPI)),yes) CC_OPTIONS += -DUSE_MPI