Fixed typo in Makefile
This commit is contained in:
parent
34030c06d0
commit
7177148b6c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue