Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Cluster access request

Customer Request Access Form: https://forms.gle/uhDUGg6uemdER7wv8

...

Once you have username and can access the login nodes, follow this example here: Getting Started with HPC-AI AC Clusters to allocate GH nodes.

Connect to the lab

Once you got your username, login to the clusters:

...

Code Block
$ sinfo -p gh
PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST
gh         up   infinite      8   idle  gh[001-008]

Allocate nodes

Please avoid allocating nodes interactively if possible or set the time limit short because we are sharing the resources with multiple users.

...

Code Block
$ sbatch -N 4 -p gh --time=1:00:00 <slurm script>

Storage

When you login you are in the $HOME. There is also extra scratch space.

...