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

Is it possible o run vtune-gui?

mnt
New Contributor I
668 Views

Hi

How can I open vtune-gui through devcloud? I get the following error:

 

 

m@optiplex:~$ ssh devcloud -Y
X11 forwarding request failed on channel 0
###############################################################################
#
# Welcome to the Intel DevCloud for oneAPI Projects!
#
# 1) See https://devcloud.intel.com/oneapi/ for instructions and rules for
# the OneAPI Instance.
#
# 2) See https://github.com/intel/FPGA-Devcloud for instructions and rules for
# the FPGA Instance.
#
# Note: Your invitation email sent to you contains the authentication URL.
#
# If you have any questions regarding the cloud usage, post them at
# https://software.intel.com/en-us/forums/intel-devcloud
#
# Intel DevCloud Team
#
###############################################################################
#
# Note: Cryptocurrency mining on the Intel DevCloud is forbidden.
# Mining will lead to immediate termination of your account.
#
###############################################################################
Last login: Thu Mar  9 04:07:56 2023 from 10.5.0.46

Process exceeded login node resource limit.
Please run jobs on compute nodes using qsub or start an interactive shell using qsub -I.
Please visit the forums at: https://software.intel.com/en-us/forums/intel-devcloud    
u187665@login-2:~$ vtune-gui
vtune-gui: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

Process exceeded login node resource limit.
Please run jobs on compute nodes using qsub or start an interactive shell using qsub -I.
Please visit the forums at: https://software.intel.com/en-us/forums/intel-devcloud
u187665@login-2:~$ 

 

I don't know if that is problem with the devcloud or my own host machine. On my machine, libnss3 is installed.

 

m@optiplex:~$ dpkg -l | grep libnss
ii  libnss-mdns:amd64                             0.15.1-1ubuntu1                                        amd64        NSS module for Multicast DNS name resolution
ii  libnss-mymachines:amd64                       249.11-0ubuntu3.7                                      amd64        nss module to resolve hostnames for local container instances
ii  libnss-nis:i386                               3.1-0ubuntu6                                           i386         NSS module for using NIS as a naming service
ii  libnss-nisplus:i386                           1.3-0ubuntu6                                           i386         NSS module for using NIS+ as a naming service
ii  libnss-systemd:amd64                          249.11-0ubuntu3.7                                      amd64        nss module providing dynamic user and group name resolution
ii  libnss3:amd64                                 2:3.68.2-0ubuntu1.2                                    amd64        Network Security Service libraries
ii  libnss3-dev:amd64                             2:3.68.2-0ubuntu1.2                                    amd64        Development files for the Network Security Service libraries

Any idea on how to fix that?

 

0 Kudos
1 Solution
AthiraM_Intel
Moderator
641 Views

Hi,

 

Thanks for posting in Intel Communities

 

For running VTune on the DevCloud, note the following:

 

1)VTune can’t be used with a GUI. This is by design and not a bug.

 

2)The Intel DevCloud is a cluster with no windows subsystem – much like any other HPC cluster out there.

 

You can use VTune Webserver Interface to access the GUI.

 

For your information the web server interface helps you quickly get started with the tool since you do not need to install VTune Profiler as a desktop application on every client system. You can use the VTune Profiler Server to configure and control analysis on arbitrary target systems and view collected results.

 

Please refer the below documentation for the detailed steps to use Intel® VTune™ Profiler as a web server in DevCloud:

 

https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/configuration-recipes/using-vtune-server-with-vs-code-intel-devcloud.html#using-vtune-server-with-vs-code-intel-devcloud_OPTION2

 

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

 

Thank you

 

 

 

 

View solution in original post

0 Kudos
4 Replies
AthiraM_Intel
Moderator
642 Views

Hi,

 

Thanks for posting in Intel Communities

 

For running VTune on the DevCloud, note the following:

 

1)VTune can’t be used with a GUI. This is by design and not a bug.

 

2)The Intel DevCloud is a cluster with no windows subsystem – much like any other HPC cluster out there.

 

You can use VTune Webserver Interface to access the GUI.

 

For your information the web server interface helps you quickly get started with the tool since you do not need to install VTune Profiler as a desktop application on every client system. You can use the VTune Profiler Server to configure and control analysis on arbitrary target systems and view collected results.

 

Please refer the below documentation for the detailed steps to use Intel® VTune™ Profiler as a web server in DevCloud:

 

https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/configuration-recipes/using-vtune-server-with-vs-code-intel-devcloud.html#using-vtune-server-with-vs-code-intel-devcloud_OPTION2

 

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

 

Thank you

 

 

 

 

0 Kudos
mnt
New Contributor I
614 Views

I followed the steps from the link you mentioned. Everything was fine up to accessing the interface through browser.

1- Running `qsub -I`.

2- SSHing to the compute node from another terminal.

3- Starting the web server and getting the URL.

 

Now, when I open Firefox and paste the link, I see the "set passphrase" page, but whatever I write and press OK, nothing happens. It doesn't proceed.

 

mnt_0-1678620134426.png

 

0 Kudos
mnt
New Contributor I
594 Views

OK. The problem was fixed after some retires.

I will close the topic. Thanks for the support.

0 Kudos
AthiraM_Intel
Moderator
557 Views

Hi,


Thanks for accepting our solution. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.



Thanks



0 Kudos
Reply