Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

X11 Forwarding failed [qsub: DISPLAY not set]

RobinAb
Beginner
2,931 Views

I am trying to debug a oneDNN application with the Intel Inspector GUI (inspxe-gui), however, I have not been able to successfully set up X11 Forwarding in DevCloud. Whenever I try to connect from my Ubuntu 20.04 computer to devcloud with `$ ssh -X devcloud`, a message is displayed on top: "X11 forwarding request failed on channel 0"

When trying to access a compute node from the login node with `$ qsub -X -I`, a message is displayed and the command is canceled: "[qsub: DISPLAY not set]"

Do you know how I can address this issue? Thanks!

0 Kudos
1 Solution
JaideepK_Intel
Moderator
2,832 Views

Hi,


You can run the analysis using command line interface in your linux machine. Please refer the below document for more details regarding command line interface : 

https://software.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-linux/top/command-line-interface-support/inspxe-cl-actions-options-and-arguments/collect.html


After the collection of analysis result , copy the result folder to your windows machine using the scp command from devcloud. 


scp devcloud:~/file . 


Documentation link : https://devcloud.intel.com/oneapi/documentation/job-submission/#transferring-files.


You can open the result in the inspector of same version where you ran the analysis in linux.


Thanks,

Jaideep


View solution in original post

0 Kudos
4 Replies
JaideepK_Intel
Moderator
2,916 Views

Hi robin,

We are sorry to inform you that X11 forwarding is not supported in DevCloud.

Regards,

jaideep


0 Kudos
RobinAb
Beginner
2,913 Views

Hi Jaideep, thanks for your response! Is there another way to run graphical applications (like inspxe-gui) on DevCloud that is supported?

0 Kudos
JaideepK_Intel
Moderator
2,833 Views

Hi,


You can run the analysis using command line interface in your linux machine. Please refer the below document for more details regarding command line interface : 

https://software.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-linux/top/command-line-interface-support/inspxe-cl-actions-options-and-arguments/collect.html


After the collection of analysis result , copy the result folder to your windows machine using the scp command from devcloud. 


scp devcloud:~/file . 


Documentation link : https://devcloud.intel.com/oneapi/documentation/job-submission/#transferring-files.


You can open the result in the inspector of same version where you ran the analysis in linux.


Thanks,

Jaideep


0 Kudos
JaideepK_Intel
Moderator
2,785 Views

Hi,

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. 

Thank you,

Jaideep


0 Kudos
Reply