Small tweak to GPU direct not available warning

This commit is contained in:
Axel Kohlmeyer 2018-08-09 09:35:11 +02:00 committed by GitHub
parent 32658c20d4
commit 01b8134746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
" '-pk kokkos gpu/direct no' when getting segmentation faults");
} else if ( 0 == have_gpu_direct() ) {
error->warning(FLERR,"GPU-direct is NOT available, but some parts of "
"Kokkos with CUDA require it\n try"
"Kokkos with CUDA require it by default\n try"
" '-pk kokkos gpu/direct no' when getting segmentation faults");
} else {
; // should never get here