Skip to content
Snippets Groups Projects
Unverified Commit 01b81347 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Small tweak to GPU direct not available warning

parent 32658c20
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp) ...@@ -159,7 +159,7 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
" '-pk kokkos gpu/direct no' when getting segmentation faults"); " '-pk kokkos gpu/direct no' when getting segmentation faults");
} else if ( 0 == have_gpu_direct() ) { } else if ( 0 == have_gpu_direct() ) {
error->warning(FLERR,"GPU-direct is NOT available, but some parts of " 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"); " '-pk kokkos gpu/direct no' when getting segmentation faults");
} else { } else {
; // should never get here ; // should never get here
......
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