Skip to content

Commit 08b1a3e

Browse files
authored
Fix:Added support for makefile to module_surchem. (#871)
1 parent 9539e6a commit 08b1a3e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

source/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ VPATH=./src_global\
1414
:./module_cell\
1515
:./module_base\
1616
:./module_md\
17+
:./module_surchem\
1718
:./module_deepks\
1819
:./module_xc\
1920
:./module_esolver\
@@ -68,6 +69,7 @@ FP_OBJS_0=$(OBJS_FIRST_PRINCIPLES)\
6869
$(OBJS_PARALLEL)\
6970
$(OBJS_TOOLS) \
7071
$(OBJS_COMMON)\
72+
$(OBJS_SURCHEM)\
7173
main.o\
7274

7375
FP_OBJS=$(patsubst %.o, ${OBJ_DIR}/%.o, ${FP_OBJS_0})

source/Makefile.Objects

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,15 @@ pzt2s.o\
367367
pdtrsm.o\
368368
pzhtrsm.o\
369369

370+
OBJS_SURCHEM=cal_epsilon.o\
371+
cal_pseudo.o\
372+
cal_totn.o\
373+
cal_vcav.o\
374+
cal_vel.o\
375+
corrected_energy.o\
376+
H_correction_pw.o\
377+
minimize_cg.o\
378+
370379
PDIAG_MR_0=dcopy.o\
371380
dlae2.o\
372381
dlaebz.o\

0 commit comments

Comments
 (0)