Getting Started

1. Get Duo

Duo is required for all services at the University of Michigan. Information about Duo can be found here.

2. Get a user login and have access to an account

You must establish a user login on Great Lakes or Lighthouse by filling out this form.
You must have access to an account. An account is paid access to resources on the clusters. If you believe you have access to an account on either cluster but cannot run a job from this interface please email us for assistance.

3. Connect to Great Lakes OnDemand

You must be on campus or on the VPN to connect to Great Lakes OnDemand. If you are trying to log in from off campus or using an unauthenticated wireless network such as MGuest, you should install VPN software on your computer.
Once you are on the University network, follow these instructions to connect:
Open your web browser (Firefox, Edge, or Chrome in incognito recommended) and navigate to:

Log into UMich weblogin using your uniqname and password:

Once you’ve logged in you’ll be prompted for DUO two-factor authentication. Once that process is complete you will be logged in:

4. Get files

At the top of the page, click “Files” and then “Home Directory”. A new tab will be created that contains the File Explorer:

Here you can navigate your home folder. The buttons do the following:

  • “Go To…”: Navigate to a specified folder
  • “Open in Terminal”: Opens the active folder in a terminal session (new tab)
  • “New File”: Creates a new file in the active folder
  • “New Dir”: Creates a new folder in the active folder
  • “Upload”: Select files from your local machine to upload to the active folder
  • “Show Dotfiles”: Reveals hidden files (usually do not need to be changed)
  • “Show Owner/Mode”: Shows ownership and permission information
  • “View”: Shows file contents inside the current tab
  • “Edit”: Opens a file editor in a new tab
  • “Rename/Move”: Gives a file a new path and/or name
  • “Download”: Downloads the file or folder to your local machine
  • “Copy”: Copies selected files to the clipboard
  • “Paste”: Pastes files from the clipboard
  • “(Un)Select All”: Select or unselect all files/folders
  • “Delete”: Deletes selected files/folders

5. Submit a job

At the top of the home page, click “Jobs” and then “Job Composer”. A new tab will be created that contains the Job Composer. Upon your first visit to this page, you’ll go through a helpful tutorial:

The buttons do the following:

  • “New Job”: Creates a new job…
    • “From Default Template”: Uses system defaults for a bare bones “Hello World” job on the Great Lakes cluster. Please note that you will still need to specify your account.
    • “From Specified Path”: Creates a job from a specified job script. See the Slurm User Guide for Great Lakes for information on writing this script. Some attributes (name, account) can be set here if not set in the script.
    • “From Selected Job”: Creates a new job that is a copy of the selected job.
  • “Edit Files”: Opens a the project folder in a new File Explorer tab, allowing you to edit the files within (see “Get Files” above for File Explorer instructions).
  • “Job Options”: Allows for editing the Name, Cluster, Job Script, and Account fields.
  • “Open Terminal”: Opens a terminal session in a new tab, starting in the project folder.
  • “Submit”: Submits the selected job to the cluster.
  • “Stop”: Stops the selected job if it has been submitted.
  • “Delete”: Delete the selected job.

To view active job information, click “Jobs” and then “Active Jobs” from the home page.
This is a simple guide to get your jobs up and running. For more advanced Slurm features and job scripting information, see the Slurm User Guide for Great Lakes. If you are familiar with using the resource manager Torque, you may find the migrating from Torque to Slurm guide useful.