Logging In and Submitting Jobs

Logging In and Submitting Jobs cindyhg Fri, 09/27/2019 - 13:52

Logging in and submitting jobs on NCAR's Cheyenne

Logging in to cheyenne.ucar.eduThe HWRF tutorial practical session exercises are run on NCAR's Cheyenne computing platform.

You will want to open at least two login windows on Cheyenne, one for editing files and a second for running jobs. This can be done by:

Start by opening an X-enabled window to a login node:

  1. Plug your Key card into your laptop's USB slot.
  2. Log in to the NCAR supercomputer Cheyenne from your laptop:
    ssh -Y USER@cheyenne.ucar.edu, where USER is for Cheyenne
  3. At the prompt, enter your 4-digit pin.
  4. Press the gold disk on your Key card until the prompt returns.
  5. Remove the Key card and place it in a safe place.

This proceedure logs you into Cheyenne with an X-windows enabled window. If you want to use a visual editor such as emacs or nedit launch it from this Cheyenne window.

Editing files with vi

Basic commands for using vi to edit a file:

The vi editor has two modes: navigation mode and insert mode. To enter insert mode, type "i" in the prompt. "--INSERT--" will appear at the bottom of the screen.

To exit INSERT mode, types "Esc"

To save your work, type :w while in navigation mode.

To exit the file and save your work, type ZZ while in navigation mode.

Configuring your environment on cheyenne.ucar.edu

The default shell on Cheyenne is the C-Shell (tcsh). In this tutorial, instructions are provided only for tcsh.

Configure your runtime environment by setting environment variables and loading the modules required for this tutorial.
Edit the ~/.cshrc file to set:

These settings may be copied and included from the following file:
/glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/hwrf.envars.csh

Save your changes, close the ~/.cshrc file, and run the following command:

Any future shells you launch will automatically apply these settings to your environment.

Running jobs on cheyenne.ucar.edu

This is an example to be followed later, when you start conducting each of the exercises.

Do not edit any scripts or submit any jobs at this time.

To run each of the wrapper scripts associated with the first and second case studies of the practical session, copy template file /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/qsub_Cheyenne_wrapper.csh to your working directory with a new name, run.job_name.csh.

Edit the template file to change the wall clock time and the number of cores needed for your job. Also change the job name and the name of the wrapper script. To submit the script, use qsub run.job_name.csh.

Example for init_gfs:

Edit run.init_gfs.csh to set:

Submit the script by running:

The number of processors and wall clock required for individual tasks are included in the comment section at the end of the template. Please change them accordingly.

Checking status of jobs on cheyenne.ucar.edu

To monitor jobs on Cheyenne type qstat -u ${USER} in the login prompt. This will give you status of your own jobs.

CISL

The Computation and Information Systems Lab CISL group provides user support and services for Cheyenne. Please refer to their website for more information or to open a help ticket.