- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- General Support
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are closing this thread. If you face further issues please feel free to raise a new thread.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page