File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
module_hamilt_pw/hamilt_pwdft Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include Makefile.vars
44# Compiler information
55# ==========================
66
7- INCLUDES = -I. -Icommands -I../ -Imodule_base/module_container
7+ INCLUDES = -I. -I./source_main/ - Icommands -I../ -Imodule_base/module_container
88
99LIBS = -lm -lpthread
1010OPTS = -std=c++14 -pedantic -m64 ${INCLUDES}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ OPENBLAS_LIB_DIR = /home/qianrui/gnucompile/openblas/lib
2525# ==========================
2626# Compiler information
2727# ==========================
28- INCLUDES = -I. -Icommands -I../../
28+ INCLUDES = -I. -Icommands -I../../ -I../../source_main/
2929LIBS = -lm -lpthread
3030OPTS = -Ofast -march=native -std=c++11 -m64 ${INCLUDES}
3131ifeq ($(findstring mpi, $(CXX ) ) , mpi)
You can’t perform that action at this time.
0 commit comments