Skip to content
Snippets Groups Projects
Commit b6c45819 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

reword misleading message about GPU usage

parent e8831123
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,8 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp) ...@@ -106,8 +106,8 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
// initialize Kokkos // initialize Kokkos
if (me == 0) { if (me == 0) {
if (screen) fprintf(screen," 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," using %d GPU(s)\n",ngpu); if (logfile) fprintf(logfile," will use up to %d GPU(s) per node\n",ngpu);
} }
#ifdef KOKKOS_HAVE_CUDA #ifdef KOKKOS_HAVE_CUDA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment