Skip to content

Here is a quick reference guide on how to utilize the execution queue within the Intel® DevCloud Environment.

Notifications You must be signed in to change notification settings

orlandomotapires/how_to_devcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🖥️ 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 [email protected]  6 [email protected]

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

About

Here is a quick reference guide on how to utilize the execution queue within the Intel® DevCloud Environment.

Topics

Resources

Stars

Watchers

Forks