Skip to content

Commit

Permalink
Merge pull request #133 from deepmodeling/develop
Browse files Browse the repository at this point in the history
Merge Makefile bugfix
  • Loading branch information
dyzheng authored Apr 25, 2022
2 parents dce2ccb + 08b1a3e commit 02ca019
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ VPATH=./src_global\
:./module_cell\
:./module_base\
:./module_md\
:./module_surchem\
:./module_deepks\
:./module_xc\
:./module_esolver\
Expand Down Expand Up @@ -68,6 +69,7 @@ FP_OBJS_0=$(OBJS_FIRST_PRINCIPLES)\
$(OBJS_PARALLEL)\
$(OBJS_TOOLS) \
$(OBJS_COMMON)\
$(OBJS_SURCHEM)\
main.o\

FP_OBJS=$(patsubst %.o, ${OBJ_DIR}/%.o, ${FP_OBJS_0})
Expand Down
9 changes: 9 additions & 0 deletions source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@ pzt2s.o\
pdtrsm.o\
pzhtrsm.o\

OBJS_SURCHEM=cal_epsilon.o\
cal_pseudo.o\
cal_totn.o\
cal_vcav.o\
cal_vel.o\
corrected_energy.o\
H_correction_pw.o\
minimize_cg.o\

PDIAG_MR_0=dcopy.o\
dlae2.o\
dlaebz.o\
Expand Down

0 comments on commit 02ca019

Please sign in to comment.