From 7177148b6ca6c5974555a4a889d5f925e3aeb7b4 Mon Sep 17 00:00:00 2001 From: Yohai Meiron Date: Fri, 13 Mar 2020 20:59:53 -0400 Subject: [PATCH] Fixed typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20340bf..1739015 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ yebisu: GRAPELIB = -L$(GRAPEHOME) -lyebisug6 GRAPEINC = -I$(GRAPEHOME) CXXFLAGS ?= -mcmodel=medium -CFFFLAGS += -O$(OPTIMIZATION) +CXXFLAGS += -O$(OPTIMIZATION) INC = $(GRAPEINC) $(CUDAINC) LIB = $(GRAPELIB) $(CUDALIB) -lm MPICXX ?= mpic++