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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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