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

Can't find oneAPI CLI Samples Browser utility on DevCloud node

Forczek__Mirosław
1,030 Views

I've logged-in as u32535@login-1

I follow the guide:
    https://software.intel.com/en-us/get-started-with-intel-oneapi-linux-run-a-sample-project-using-the-command-line
"The oneAPI CLI utility is a single-file, stand-alone executable that has no dependencies on dynamic runtime libraries. You can find the samples browser in the <install-dir>/dev-utilities/latest/bin folder on your development host system."

To resolve <install-dir> I refer the previous chapter of the guide:
    https://software.intel.com/en-us/get-started-with-intel-oneapi-linux-before-you-begin
"[...] root folder of your oneAPI installation, which is typically /opt/intel/inteloneapi/ when installed as root or sudo, and ~/intel/inteloneapi/ when not installed as a super user."

Unfortunately /opt is empty.

Any ideas?

0 Kudos
2 Replies
AbhishekD_Intel
Moderator
1,030 Views

Hi Forczek,

You are searching Toolkit on the Login node, Toolkits are present on NDA nodes.

In order to play around with the OneAPI Toolkit and its samples firstly, you need to connect to one of the NDA nodes.

Here are the steps which you can follow: 

  • To connect NDA nodes: 
    • $ qsub -I -q batch@v-qsvr-nda -l nodes=s001-n<node_no>:ppn=2
  • You can find a list of the free node using:
    • $ pbsnodes -s v-qsvr-nda -l free
  • You can view the status of your jobs using:
    • $ qstat -s batch@v-qsvr-nda 
  • You can terminate your job using:
    • $ qdel <job_id>.v-qsvr-nda

 

0 Kudos
AbhishekD_Intel
Moderator
1,030 Views

We are closing this thread. If you face further issues please feel free to raise a new thread.

0 Kudos
Reply