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

Error in oneapi-cli command operation on devcloud.

CABELO
Innovator
576 Views

In the attached video, I demonstrate the navigation error in the oneapi-cli command menu on the devcloud platform.

 

https://vimeo.com/manage/videos/740630782

0 Kudos
3 Replies
AthiraM_Intel
Moderator
553 Views

Hi,

 

Thank you for posting in Intel Communities.

 

The issue is because you are trying the oneapi-cli command from login node. You can run the same command from the compute node without any issue.

Login to the compute node with the below command:

 

qsub -I

 

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

 

 

Thanks.

 

 

 

0 Kudos
CABELO
Innovator
515 Views

Thanks for the quick response. I know that in interactive mode there is no bug. But as it always worked in login mode I reported.

With the qsub -I command the command works fine.

Thank you very much.

 

 

0 Kudos
AthiraM_Intel
Moderator
483 Views

Hi,


For your information, login node uses a lightweight general-purpose processor. Login nodes should not be used for development or execution of programs. It is an interface node that helps to connect or submit jobs to compute nodes.


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