Versions Compared

Key

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

System Description

Host name: hal.ncsa.illinois.edu

Hardware


Software

Documentation

  • Job management with SLURM
  • Modules management

To request access: fill out this form. Usage notes:

To connect to the cluster:

Code Block
ssh username@hal.ncsa.illinois.edu 

To submit interactive job:

Code Block
languagebash
srun --partition=debug --pty --nodes=1 \
--ntasks-per-node=32 --gres=gpu:v100:1 \
-t 01:30:00 --wait=0 \
--export=ALL /bin/bash 

To submit a batch job:

Code Block
sbatch run_script.sb  

See run_script.sb for a basic example.

To load IBM powerai module:

Code Block
module load ibm/powerai


 Image Removed


Main -> Systems -> Nano

Contact us

Request access to ISL resources: Application

Contact ISL staff: Email Address

Visit: NCSA, room 3050E


Image Added