Yes, the file is there, [EMAIL PROTECTED] ~]$ ls -1 /usr/local/cuda/lib/ cudarts.ptx libcublasemu.so libcublasemu.so.1 libcublasemu.so.1.0 libcublas.so libcublas.so.1 libcublas.so.1.0 ... libtlshook.so libtlshook.so.1 libtlshook.so.1.0
I was hoping (indirectly I suppose) that someone else on the SL list had already solved this problem... thanks! Nathan On 8/10/07, Urs Beyerle <[EMAIL PROTECTED]> wrote: > > Nathan Moore wrote: > > Hi, > > > > I recently installed an NVIDIA 8600GT graphics card (PNY brand) in an > > AMD box running SL5, x86/32bit version. Rather than using for > > graphics, I plan to use the card as a linear algebra co-processor ( a > > fun project for students in computational physics...). NVIDIA > > provides the CUDA environment/library ( > > http://developer.nvidia.com/object/cuda.html) to facilitate using a > > graphics card for numerical work. > > > > So here's the situation at present, I've installed the card, installed > > the NVIDIA display driver ( NVIDIA-Linux-x86-100.14.11-pkg1.run), > > installed the NVIDIA CUDA Toolkit (for RHEL5, x86), and have also > > installed the SDK provided by NVIDIA. The error I'm having with the > > example program (which fails to compile) follows, > > > > /usr/bin/ld: warning: libtlshook.so, needed by > > /usr/local/cuda/lib/libcudart.so, not found (try using -rpath or > > -rpath-link) > > > > I think libtlshook.so is part of CUDA. I guess it should be inside > /usr/local/cuda/lib/. > > Urs > > -- - - - - - - - - - - - - - - - - - - - - - Nathan Moore Assistant Professor, Physics Winona State University AIM: nmoorewsu - - - - - - - - - - - - - - - - - - - - -
