Skip to content

Commit

Permalink
Merge pull request #986 from SALMON-TDDFT/dbg_make201
Browse files Browse the repository at this point in the history
Update gnu makefile for v.2.0.1
  • Loading branch information
uemoto1 authored Jan 29, 2021
2 parents 2da20f1 + af13954 commit a193b23
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions gnu_makefiles/make.body
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,16 @@ F90_SRCS = \
./common/lattice.f90 \
./symmetry/symmetry_rho.f90 \
./symmetry/symmetry_vector.f90 \
./common/density_matrix.f90 \
./atom/pp/read_ps_upf_module.f90 \
./atom/pp/input_pp.f90 \
./atom/pp/salmon_pp.f90 \
./poisson/init_poisson.f90 \
./common/initialization.f90 \
./poisson/poisson_isolated.f90 \
./poisson/poisson_periodic.f90 \
./poisson/hartree.f90 \
./maxwell/common_maxwell.f90 \
./atom/jellium.f90 \
./maxwell/fdtd_weyl_gauge.f90 \
./xc/builtin_pbe.f90 \
./xc/builtin_pz.f90 \
./xc/builtin_pz_sp.f90 \
./xc/builtin_pzm.f90 \
Expand All @@ -80,22 +79,27 @@ F90_SRCS = \
./plusu/calc_jxyz_plusu.f90 \
./plusu/calc_nps_plusu.f90 \
./plusu/plusu_global.f90 \
./common/force.f90 \
./plusu/density_matrix_and_energy_plusu.f90 \
./plusu/prep_pp_plusu.f90 \
./plusu/pseudo_pt_plusu.f90 \
./plusu/update_kvector_plusu.f90 \
./so/nondiagonal_so.f90 \
./so/spin_orbit_global.f90 \
./so/gram_schmidt_so.f90 \
./so/noncollinear_module.f90 \
./so/nondiagonal_so.f90 \
./so/occupation_so.f90 \
./common/initialization.f90 \
./so/prep_pp_so.f90 \
./so/pseudo_pt_current_so.f90 \
./common/density_matrix.f90 \
./so/pseudo_pt_so.f90 \
./common/force.f90 \
./so/update_kvector_so.f90 \
./common/hamiltonian.f90 \
./common/total_energy.f90 \
./atom/pp/prep_pp.f90 \
./so/conjugate_gradient_so.f90 \
./gs/band.f90 \
./io/write.f90 \
./gs/band_dft.f90 \
./gs/conjugate_gradient.f90 \
./gs/eigen_subdiag_lapack.f90 \
Expand All @@ -106,10 +110,11 @@ F90_SRCS = \
./gs/mixing.f90 \
./gs/occupation.f90 \
./gs/read_gs.f90 \
./gs/structure_opt.f90 \
./gs/subspace_diagonalization.f90 \
./io/write.f90 \
./gs/scf_iteration.f90 \
./gs/scf_iteration_dft.f90 \
./gs/structure_opt.f90 \
./rt/dip.f90 \
./rt/em_field.f90 \
./maxwell/fdtd_coulomb_gauge.f90 \
Expand Down

0 comments on commit a193b23

Please sign in to comment.