Versions Compared

Key

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

...

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
$ salloc -N 2 -p gh --time=1:00:00 
 

To submit a batch job

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.

...