Overview

The AI and Simulation Lab (ASL) Server provides a platform for high-performance computing tasks so researchers and students can run computationally intensive jobs on advanced GPU and CPU resources.

Server access

Connect using SSH:

ssh -p 44065 [Your Username]@203.159.10.44

If you want to access ASL Slurm from off-campus, connect to AIT-VPN first.

System specifications

  • ASL-gpu (Default Partition): 4 x NVIDIA A6000 GPUs for deep learning and GPU-accelerated jobs.
  • ASL-cpu: 128 V-CPUs for CPU-based processing and parallel workloads.

Getting started with Slurm

  1. Create a Slurm batch file using the Intro-SLURM-Script guide.
  2. Watch the video tutorial by Dr. Chaklam below.

Video tutorial

Additional tips

  • Use commands such as sbatch, squeue, and scancel to manage jobs.
  • Set the proper partition in your script, for example #SBATCH --partition=ASL-gpu.