changeset 10884:fe49e5121768

Remove CUDA message at vm startup.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 26 Jul 2013 12:09:17 +0200
parents 5fcb30bcb90a
children 3f43462ce829
files src/gpu/ptx/vm/gpu_ptx.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gpu/ptx/vm/gpu_ptx.cpp	Fri Jul 26 11:47:38 2013 +0200
+++ b/src/gpu/ptx/vm/gpu_ptx.cpp	Fri Jul 26 12:09:17 2013 +0200
@@ -309,7 +309,6 @@
       return true;
     } else {
       // Unable to dlopen libcuda
-      tty->print_cr("Use LD_LIBRARY_PATH (or other means) to specify installed location of CUDA library");
       return false;
     }
   } else {