问题描述
我运行的是Ubuntu 11.10服务器,CUDA-5.0和GTX480。我试图在Windows 8上使用Xming和Cygwin / X远程运行可视化分析器。我可以成功运行xclocks,但是当我尝试从putty命令行启动/usr/local/cuda-5.0/bin/nvvp时,它只是默默退出,没有任何错误或警告。
I am running an Ubuntu 11.10 server, CUDA-5.0 with a GTX480 on it. I am trying to run the visual profiler remotely by using Xming and Cygwin/X on Windows 8. I can successfully run xclocks, but when I try to launch /usr/local/cuda-5.0/bin/nvvp from the putty command line, it just silently exits without any errors or warnings.
我安装了Cygwin / X的默认配置与xorg-server,xinit和openssh包。我需要更多的软件包吗?
I installed the default config of Cygwin/X with xorg-server, xinit and openssh packages. Do I need any more packages?
我不想使用命令行分析器,因为我需要全局加载/存储效率,重放和DRAM利用率,这是很多在可视化分析器中更可见。
I do not want to use the command line profiler as I need the global load/store efficiency, replay and DRAM utilization, which are much more visible in the visual profiler.
有没有人试过这个?
推荐答案
NVVP需要GTK +(以及一些其他库),可能没有安装在服务器系统上。
NVVP requires GTK+ (and some other libraries) that may not be installed on a server system.
这篇关于CUDA Visual分析器通过远程X会话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!