Versions Compared

Key

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

...

Code Block
languagebash
ssh <username>@hal.ncsa.illinois.edu
  • Submit Interactive Job to HAL

Code Block
languagebash
swrun -p gpux1

srun --partition=gpux1 --pty --nodes=1 --ntasks-per-node=12 \
  --cores-per-socket=3 --threads-per-core=4 --sockets-per-node=1 \
  --gres=gpu:v100:1 --mem-per-cpu=1500 --time=2:00:00 \
  --wait=0 --export=ALL /bin/bash
  • Submit Batch Job to HAL

Code Block
languagebash
swbatch run_script.swb

sbatch run_script.sb
  • Documentation


  • System Overview

  • Hardware Information

...