Skip to content

Latest commit

 

History

History
 
 

Access_Anvil_and_Clone_Repo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Access Anvil and Clone Repository

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


 

Get started by logging into Anvil using SSH.

If you have set up SSH keys for logging in to Anvil, use your "x-userid" to login.

ssh x-userid@anvil.rcac.purdue.edu

 

If you have not set up SSH keys for Anvil, please do so by following these instructions.

Alternatively, you can follow Open OnDemand login instructions using your ACCESS ID credentials, and then procede to the Clusters --> Anvil Shell Access in the OnDemand menu. For your convenience, here is a direct link to open Anvil terminal window in your browser.

 


 

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 $HOME
$ git clone https://github.com/purduercac/hands-on-with-anvil.git

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

$ ls
hands-on-with-anvil

Finally, move into that directory:

$ cd hands-on-with-anvil

 


 

Congratulations! You've completed your first challenge.

You can now move on to other challenges.

New to Unix? Start here.
Ready for HPC and Parallel Code?
Or, Visualize all the data!

 


 

Not Functioning