开发者

OpenCL development platform?

开发者 https://www.devze.com 2023-02-28 13:43 出处:网络
I am developing OpenCL code on a linux cluster through SSH - are there any tools that would make this process easier, i.e.

I am developing OpenCL code on a linux cluster through SSH - are there any tools that would make this process easier, i.e. something like NVIDIA Parallel Nsight for O开发者_运维问答penCL ?


No there is no such tool, though you might try developing your code using ordinary computer and post production versions there..


If the computer where you perform development is also running Linux, you can easily mount a remote folder as local. In a Gnome environment, open Nautilus (the file manager), click File => Connect to server, chose SSH, fill the required parameters, and you have a remote folder as local.

You can then use any IDE you want to develop code, and maybe perform simple runs, tests and debugs if the OpenCL tools (compiler, debugger) you're using remotely are also installed locally. However, To compile and properly run the code on the cluster, you need to use the ssh client on the command line.

0

精彩评论

暂无评论...
验证码 换一张
取 消