cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

sectroyer
Journeyman III

Performing OpenCL calculations trough SSH

What do I need to setup in order to use OpenCL programs trough SSH?

0 Likes
5 Replies
nou
Exemplar

search forum. this was described many many times.

0 Likes

The only thing I have found so far was using VNC or X11 forwarding trough SSH which (even for people on this forum) doesn't work correctly. So I am looking for a working "tutorial" on how to make this work

0 Likes

normaly log in to Xserver session.

then log in as same user via SSH (no X forward) export DISPLAY=:0 and run OpenCL application

0 Likes
zeland
Journeyman III

I use init level 3. I don't logging into system on tty and use only ssh. So  logging via ssh, do export DISPLAY=:0 then screen then startx  and  ctntl-A D to detached from screen. If ATI driver works properly=), I can run any OpenCl program remotely.

My system is OpenSUSE 11.2, two ATI 5870 and NVIDIA gtx 470, i7 ASUS P7P55 WS Supercomputer, i7 930.

0 Likes

Originally posted by: sectroyer The only thing I have found so far was using VNC or X11 forwarding trough SSH which (even for people on this forum) doesn't work correctly. So I am looking for a working "tutorial" on how to make this work

 

Here is the information : http://developer.amd.com/support/KnowledgeBase/Lists/KnowledgeBase/DispForm.aspx?ID=19

0 Likes