X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=55039af257bbc7297baa8a04c423eba92de12c07;hb=a3d9877d9c62058dbe167ceca159f4b76744f1cf;hp=dccd2c3d3dd12235530bba90da5ffeaa53b670cc;hpb=b4f80c1d2be78a8743a408a2b6d462b07f9f71ff;p=mothur.git diff --git a/makefile b/makefile index dccd2c3..55039af 100644 --- a/makefile +++ b/makefile @@ -48,7 +48,7 @@ ifeq ($(strip $(USEREADLINE)),yes) -lncurses endif -USEMPI ?= yes +USEMPI ?= no ifeq ($(strip $(USEMPI)),yes) CXX = mpic++