Skip to content

Commit

Permalink
adjusted sample makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Sep 17, 2018
1 parent b62bb2b commit 36eef4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX = clang++
CFLAGS = -g -O0 -Wall
CXX = mpicxx
CFLAGS = -DAUPROP_MPI -g -O0 -Wall
# DEBUG
# CFLAGS = -g -O0 -Wall -DDBUG
MATH_LIBS = -llapack -lblas
Expand Down

0 comments on commit 36eef4f

Please sign in to comment.