Skip to content

ICEHAMMER

Rodd Talebi edited this page Oct 25, 2021 · 1 revision

Helpful Links

SSH

If you are not on the GTRI network, make sure you VPN in. Here is their blurb from official documentation.

$ ssh USERNAME@ice-login1.icl.gtri.org

Quickstart

Checkout our PACE-ICE wiki page for a detailed step-by-step guide on how to get started; most of the set-up steps will be transferable to ICEHAMMER.

module avail anaconda                  #list all available versions
module load anaconda3/<YYYY.xx>        #replace <YYYY.xx> with the most recent version from the list to load it
module load cuda10.1                   #only if you are on a node with a gpu for tensorflow
conda activate ezcgp-py