Fix Makefile build for UF3 with KOKKOS

This commit is contained in:
Stan Moore
2024-07-29 09:29:11 -06:00
parent 2ff43fc8bd
commit a4ad184d37
2 changed files with 6 additions and 0 deletions

View File

@ -195,6 +195,10 @@ if (test $1 = "ML-SNAP") then
depend INTEL
fi
if (test $1 = "ML-UF3") then
depend KOKKOS
fi
if (test $1 = "CG-SPICA") then
depend GPU
depend KOKKOS

View File

@ -391,6 +391,8 @@ action pair_tersoff_mod_kokkos.cpp pair_tersoff_mod.cpp
action pair_tersoff_mod_kokkos.h pair_tersoff_mod.h
action pair_tersoff_zbl_kokkos.cpp pair_tersoff_zbl.cpp
action pair_tersoff_zbl_kokkos.h pair_tersoff_zbl.h
action pair_uf3_kokkos.cpp pair_uf3.cpp
action pair_uf3_kokkos.h pair_uf3.h
action pair_vashishta_kokkos.cpp pair_vashishta.cpp
action pair_vashishta_kokkos.h pair_vashishta.h
action pair_yukawa_kokkos.cpp