This wiki site will be offline Thursday, Oct 5th, 2023, from 0600 to 0830 in order to upgrade Confluence
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

  • System Description

Host name: hal.ncsa.illinois.edu

Hardware


Software
To request access: fill out this form. Usage notes:
  • to connect to the cluster, run "ssh username@hal.ncsa.illinois.edu"
  • to submit sbatch job, run "sbatch run_script.sb"
    #### run_scripts.sb
    #!/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

  • No labels