I’m having trouble with the 3.0 beta using cuda-memcheck on Linux 64-bit, Fedora Core 12. It seems only a 32-bit version was provided (I found another downloadable archive at http://developer.download.nvidia.com/compu…_linux64.tar.gz which doesn’t seem to help–it’s not in gz format, by the way, just .tar). I had some expected problems and had to “yum install ld-linux.so.2” and “yum install libstdc++.so.6”, and now cuda-memcheck runs…
[vputz@gyges test]$ cuda-memcheck usage: cuda-memcheck [options] [your-program] [your-program-options] …but is useless:
[vputz@gyges test]$ cuda-memcheck main ========= CUDA-MEMCHECK ========= Error: Could not run main ========= Internal Error Any suggestions? Has anyone been able to use cuda-memcheck on 64-bit Linux?
Thanks