On Tue, Oct 29, 2013 at 03:06:08PM +0100, Francesco Pietra wrote: > Hello: > I am looking for how to test the cuda memory bandwdth for GTX (GTX-680) > with cuda tools in amd64 wheezy. > > I tried GNU CUDA-Z, however it did not find libXrender.so.1. I guess its is > looking for it from ia32-libs (as that lib is present in my 64 libs), which > is not installed on my servers. Does that CUDA-Z work well and installation > of ia32-libs can be safely carried out without any detrimental effect?
If you are using wheezy, then you should be using multiarch to install 32bit libraries. So something like this: dpkg --add-architecture i386 (only need to do this once ever) apt-get install libcuda1:i386 Or whichever package has the library you want a 32 bit version of. -- Len Sorensen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

