Exercise Overview#

This exercise is to introduce you to the Cheyenne computing system and set up your environment. Specifically, in this exercise we will:

  • Step 1. Login to the Cheyenne supercomputer.

  • Step 2. Examine the Cheyenne glade file system.

Step 1: Cheyenne Login#

From your tutorial terminal window prompt get online.

Login to Cheyenne:

ssh –XY [$USER]@cheyenne.ucar.edu

Where $USER is replaced with your tutorial username. Your Cheyenne login will be used through out the tutorial. If you have difficulty getting this to work please ask for help. If you are in the in person tutorial there will be helpers available. If you are doing this outside of the tutorial then you can contact the user support from the NCAR Computational and Information Systems Laboratory (CISL).

Step 2: Look Around Cheyenne File Systems#

Now that you are on the Cheyenne login nodes you can start to explore the file system. The following simple exercises will start that process.

Show your current directory:
pwd

List all the directories on the glade file system:

ls /glade

List the contents of the Input Data directory:

ls /glade/p/cesmdata/cseg/inputdata/

Feel free to look around more of the NCAR HPC system. The links on the previous page about using Cheyenne may be useful in learning what other parts of the file system may be particularly relevant to you.