CHEG-5395-4995

the Github website for Computational Catalysis Course (CHEG-5395-4995) offered by the Department of Chemical and Biomolecular Engineering at the University of Connecticut.

This project is maintained by CCML-UCONN

Logging Into the Computing Clusters

Once you account on Stampede has been activated. Follow the instructions and tests to make sure everything is set up properly and functional.

Contents

  1. Required Installation
  2. Getting an Account
  3. Logging On

Installation

Mac OSX

Download and install:

To prevent X11 from timing out, open the terminal and type:

mkdir -p ~/.ssh
echo -e "\nHost *\n ForwardX11Timeout 1000000\n" >>~/.ssh/config

Windows

Download and install:

Getting an Account

HPC-Storrs

HPC facility on Storrs campus are open to all members of the UConn research community. If you haven’t applied one before, you can simply request for an account by clicking “Get an Account”. A new page will pop up to ask for your NetID and password. Your HPC-Storrs account username will be your UCONN NetID and the initial password will also be the same as your NetID password.

Logging onto the Clusters

Follow the instructions below for your system:

Mac OSX

Open “Applications-> Utilities -> Terminal” or “Command+Space” to search Terminal using “spotlight search” In a terminal:

ssh -X NetID@login.storrs.hpc.uconn.edu

Windows

Launch Xming. You will always need to have this open in order to forward graphical windows from the external clusters.

Start PuTTY, and:

You can start putty several times, if you need several terminal windows; only one instance of Xming needed.

Linux

In a terminal:

ssh -XC NetID@login.storrs.hpc.uconn.edu