I have a server (CentOS6) which has an ATI GPU. For users to have access to this GPU for computation with OpenCL, they need to have an X session open unfortunately (a restriction on the ATI driver). These users will ssh to the server.
How is it possible for them to start a "dummy" X session on the GPU so that they can access it for computation? (ssh -X server and launching an app like xclock or whatever does not start an Xsession on the GPU...)
Thanks a lot in advance.