Skip to content

Using Frontera

Qiang Zhu edited this page Nov 13, 2020 · 2 revisions

Python Installs

pip install --user ****

Script

#!/bin/sh
#SBATCH -o out
#SBATCH -p rtx-dev      #rtx
#SBATCH -J CSP
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -t 0:30:00        # Run time (hh:mm:ss)
#SBATCH -A PHY20040
module load cuda/10.1 cudnn/7.6.5 nccl/2.5.6
python3 test.py > out

Submit the job

$ sbatch myrun

Check the job status

$ showq -u