This version (2018/04/11 17:48) is a draft.
Approvals: 0/1
sbatch <sbatch_params> job.sh <job_script_params>

in job.sh

#!/bin/bash
#SBATCH -J myjobname
#SBATCH -N 2 
#SBATCH --qos=test_qos
#SBATCH --account=vsctest

...
  • lua
  • add qos if certain partition is chosen
#SBATCH -C MySuperFeatur
#SBATCH --gres=gpu:2

turn off requeue in slurm.conf:

JobRequeue = 0

user can then

sbatch --requeue
  • pandoc/introduction-to-mul-cluster/02_slurm/04_jobsubmission.txt
  • Last modified: 2018/04/11 17:48
  • by pandoc