Versions Compared

Key

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

Host name: hal.ncsa.illinois.edu

Hardware


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

to

To connect to the cluster

, run "ssh

:

Code Block
ssh username@hal.ncsa.illinois.edu
"to submit sbatch job, run "sbatch
 

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
"
  
####

where run_scripts.sb is

Code Block
#!/bin/bash

 
#SBATCH --job-name="hostname"

 
#SBATCH --output="hostname.%j.%N.out"

 
#SBATCH --error="hostname.%j.%N.err"

 
#SBATCH --partition=debug

 
#SBATCH --nodes=4

 #SBATCH --ntasks-per-node=1

 #SBATCH --export=ALL

 
#SBATCH -t 00:10:00

 
srun /bin/hostname

####to submit interactive job, run
"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 load IBM powerai module, run "module load ibm/powerai"
  • to check loaded module, run "module list"
  • to check available modules, run "module avail"
 


Main -> Systems -> Nano

Contact us

Request access to ISL resources: Application

Contact ISL staff: Email Address

Visit: NCSA, room 3050E