Update GNU Make for new file

This commit is contained in:
Stan Moore
2024-11-08 14:42:59 -08:00
parent 0ad6babead
commit 339c9654de
2 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,10 @@ if (test $1 = "COLLOID") then
depend OPENMP
fi
if (test $1 = "COLVARS") then
depend KOKKOS
fi
if (test $1 = "DIELECTRIC") then
depend OPENMP
fi

View File

@ -133,6 +133,8 @@ action fix_acks2_reaxff_kokkos.cpp fix_acks2_reaxff.cpp
action fix_acks2_reaxff_kokkos.h fix_acks2_reaxff.h
action fix_cmap_kokkos.cpp fix_cmap.cpp
action fix_cmap_kokkos.h fix_cmap.h
action fix_colvars_kokkos.cpp fix_colvars.cpp
action fix_colvars_kokkos.h fix_colvars.h
action fix_deform_kokkos.cpp
action fix_deform_kokkos.h
action fix_dpd_energy_kokkos.cpp fix_dpd_energy.cpp