Versions Compared

Key

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

Table of Contents
outlinetrue

...

Code Block
srun -n1 --pty --partition=scu-cpu --mem=8G bash -i


To request specific numbers of GPUs, you should add your request to your srun/sbatch:  

Below is an example of requesting 1 GPU

Code Block
--gres=gpu:1
srun -p scu-gpu --gres=gpu:1 --pty bash


...

A simple job submission example

...