Skip to content

Commit f3e10a9

Browse files
committed
Fix MakeFile
1 parent 168c3c2 commit f3e10a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
LIBS = -lm -lpthread
1010
OPTS = -std=c++14 -pedantic -m64 ${INCLUDES}

source/module_hamilt_pw/hamilt_pwdft/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/
2929
LIBS = -lm -lpthread
3030
OPTS = -Ofast -march=native -std=c++11 -m64 ${INCLUDES}
3131
ifeq ($(findstring mpi, $(CXX)), mpi)

0 commit comments

Comments
 (0)