Skip to content

Latest commit

 

History

History

Access_Frontier_and_Clone_Repo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Access Frontier and Clone Repository

Follow the instructions below to login to OLCF's Frontier compute system and grab a copy of the code we'll be using.


 

Get started by logging into Frontier using SSH.

Use the userid and passcode that you setup for Frontier to login.

ssh userid@frontier.olcf.ornl.gov

 


 

Clone GitHub Repository for this Event

GitHub is a code-hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. We use GitHub to develop and host the code for this event.

You will need to clone a copy of our repository to your home directory so that you can complete all of our challenges. Use the following commands to complete this step:

$ cd /ccs/home/userid
$ git clone https://github.com/olcf/hands-on-with-frontier.git

Check that you can list the files in your current directory to see the repository directory:

$ ls
hands-on-with-frontier

Finally, move into that directory:

$ cd hands-on-with-frontier

 


 

Congratulations! You've completed your first challenge.

You can now move on to other challenges.