Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.3 KB

README.md

File metadata and controls

65 lines (38 loc) · 2.3 KB

🖥️ How to Intel® DevCloud Environment 🖥️

Written by 💻:

Special thanks to 🥰:

  • Murilo Boratto, our professor and instructor in many different parts of our graduation.
  • Ugonna Chikezie, the Global Lead - oneAPI Academic Workshops, our mentor on student Ambassador programm.

About 🤔:

Here is a quick reference guide on how to utilize the execution queue within the Intel® DevCloud Environment. We'll provide some practical examples to demonstrate its usage and showcase a real-world example of submitting jobs.


How to use the Intel® DevCloud Environment

Creating your account:

Follow the official Intel slides instructions.

How to use Notebooks in DevCloud?

How to launch an Compute Instance?

Follow the official Intel slides instructions to launch your compute instance.

How to SSH into your Compute Instance?

Inside the Terminal access the compute instance [ EXAMPLE ]:

Host 146.152.*.*
ProxyCommand /usr/bin/nc -x proxy-dmz.intel.com:1080 %h %p
chmod 400 my-key.ssh
ssh -J guest-dev8@10.165.57.24  6 ubuntu@172.16.1.118

It is possible make a git clone on DevCloud?

Yes! Only in compute nodes [ EXAMPLE ]:

git clone https://github.com/oneapi-src/oneAPI-samples.git

How to contribute 🫂:

Feel free to create a new branch, fork the project, create a new Issue or make a pull request contact one of us to develop at how to devcloud guide.

Licence 📜:

Apache V2