Versions Compared

Key

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

...

Request for HAL Access

Please fill out the following form. Make sure to follow the link on the application confirmation page to request an actual system account.

...

Code Block
languagebash
titleTech-Support Mailbox
help+isl@ncsa.illinois.edu

Join HAL Slack User Group

Please join HAL slack user group via .

Code Block
languagebash
titleHAL Slack User Group
https://join.slack.com/t/halillinoisncsa

Check System Status

Please check visit the following website to monitor real-time system status via 

Code Block
languagebash
titleHAL Slack User Group
https://hal-monitor.ncsa.illinois.edu:3000/

User Guide

Connect to HAL cluster

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

Login Node


CPUIBMPOWER9 20 Cores2x
GPUNVidiaV100 16GB Memory4x
NetworkMellanox2 Ports EDR InfiniBand1x












...

Storage Node


CPUIBMPOWER9 20 Cores2x
GPUNVidiaV100 16GB Memory4x
NetworkMellanox2 Ports EDR InfiniBand1x













Software Information

ManufacturerSoftware PackageVersion
IBMRedHat Linux7.6
NVidiaCUDA10.1.105
NVidiaPGI Compiler19.4
IBMAdvance Toolchain12.0
IBMXLC/XLF16.1.1
IBMPowerAI1.6.1
SchedMDSlurm19.05.2
OSCOpen OnDemand

Job Management with Slurm

...

Frequently Asked Questions