Skip to content

Commit a193b23

Browse files
authored
Merge pull request #986 from SALMON-TDDFT/dbg_make201
Update gnu makefile for v.2.0.1
2 parents 2da20f1 + af13954 commit a193b23

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

gnu_makefiles/make.body

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,16 @@ F90_SRCS = \
6161
./common/lattice.f90 \
6262
./symmetry/symmetry_rho.f90 \
6363
./symmetry/symmetry_vector.f90 \
64-
./common/density_matrix.f90 \
64+
./atom/pp/read_ps_upf_module.f90 \
6565
./atom/pp/input_pp.f90 \
6666
./atom/pp/salmon_pp.f90 \
6767
./poisson/init_poisson.f90 \
68-
./common/initialization.f90 \
6968
./poisson/poisson_isolated.f90 \
7069
./poisson/poisson_periodic.f90 \
7170
./poisson/hartree.f90 \
7271
./maxwell/common_maxwell.f90 \
72+
./atom/jellium.f90 \
7373
./maxwell/fdtd_weyl_gauge.f90 \
74-
./xc/builtin_pbe.f90 \
7574
./xc/builtin_pz.f90 \
7675
./xc/builtin_pz_sp.f90 \
7776
./xc/builtin_pzm.f90 \
@@ -80,22 +79,27 @@ F90_SRCS = \
8079
./plusu/calc_jxyz_plusu.f90 \
8180
./plusu/calc_nps_plusu.f90 \
8281
./plusu/plusu_global.f90 \
83-
./common/force.f90 \
8482
./plusu/density_matrix_and_energy_plusu.f90 \
8583
./plusu/prep_pp_plusu.f90 \
8684
./plusu/pseudo_pt_plusu.f90 \
8785
./plusu/update_kvector_plusu.f90 \
88-
./so/nondiagonal_so.f90 \
8986
./so/spin_orbit_global.f90 \
9087
./so/gram_schmidt_so.f90 \
88+
./so/noncollinear_module.f90 \
89+
./so/nondiagonal_so.f90 \
90+
./so/occupation_so.f90 \
91+
./common/initialization.f90 \
9192
./so/prep_pp_so.f90 \
93+
./so/pseudo_pt_current_so.f90 \
94+
./common/density_matrix.f90 \
9295
./so/pseudo_pt_so.f90 \
96+
./common/force.f90 \
9397
./so/update_kvector_so.f90 \
9498
./common/hamiltonian.f90 \
9599
./common/total_energy.f90 \
96100
./atom/pp/prep_pp.f90 \
101+
./so/conjugate_gradient_so.f90 \
97102
./gs/band.f90 \
98-
./io/write.f90 \
99103
./gs/band_dft.f90 \
100104
./gs/conjugate_gradient.f90 \
101105
./gs/eigen_subdiag_lapack.f90 \
@@ -106,10 +110,11 @@ F90_SRCS = \
106110
./gs/mixing.f90 \
107111
./gs/occupation.f90 \
108112
./gs/read_gs.f90 \
109-
./gs/structure_opt.f90 \
110113
./gs/subspace_diagonalization.f90 \
114+
./io/write.f90 \
111115
./gs/scf_iteration.f90 \
112116
./gs/scf_iteration_dft.f90 \
117+
./gs/structure_opt.f90 \
113118
./rt/dip.f90 \
114119
./rt/em_field.f90 \
115120
./maxwell/fdtd_coulomb_gauge.f90 \

0 commit comments

Comments
 (0)