From b6c458192cbb752d466f602cc51f60d8e6814238 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 8 Aug 2018 10:19:48 +0200 Subject: [PATCH] reword misleading message about GPU usage --- src/KOKKOS/kokkos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KOKKOS/kokkos.cpp b/src/KOKKOS/kokkos.cpp index 3bbff6be7e..4a28a55be9 100644 --- a/src/KOKKOS/kokkos.cpp +++ b/src/KOKKOS/kokkos.cpp @@ -106,8 +106,8 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp) // initialize Kokkos if (me == 0) { - if (screen) fprintf(screen," using %d GPU(s)\n",ngpu); - if (logfile) fprintf(logfile," using %d GPU(s)\n",ngpu); + if (screen) fprintf(screen," will use up to %d GPU(s) per node\n",ngpu); + if (logfile) fprintf(logfile," will use up to %d GPU(s) per node\n",ngpu); } #ifdef KOKKOS_HAVE_CUDA