You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 20 Next »
Host name: hal.ncsa.illinois.edu
Hardware
To connect to the cluster:
ssh username@hal.ncsa.illinois.edu
To submit interactive job
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:
sbatch run_script.sb
where run_scripts.sb is
#!/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
Main -> Systems -> Nano
Request access to ISL resources: Application
Contact ISL staff: Email Address
Visit: NCSA, room 3050E