Follow the instructions below to login to OLCF's Frontier compute system and grab a copy of the code we'll be using.
Use the userid and passcode that you setup for Frontier to login.
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-
You can now move on to other challenges.