From d38549e05fcb6577af834dcdb4098529f3e25e65 Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Thu, 26 Aug 2021 11:03:57 -0600 Subject: [PATCH] Update ancient Kokkos Arch in Makefile.kokkos_cuda_mpi --- src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi b/src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi index 3971cc6c06..c6071cf747 100644 --- a/src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi +++ b/src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi @@ -23,7 +23,7 @@ ARCHIVE = ar ARFLAGS = -rc SHLIBFLAGS = -shared KOKKOS_DEVICES = Cuda -KOKKOS_ARCH = Kepler35 +KOKKOS_ARCH = Volta70 # --------------------------------------------------------------------- # LAMMPS-specific settings, all OPTIONAL