man 1 sbatchman 1 srunman 1 sallocman 1 scancelman 1 squeueman 1 sinfo
-a <index_range> <html> </html>job array with index range, e.g. -a 0,1,4-6 or -a 0-8:2 (environment variables available: SLURM_ARRAY_TASK_ID, SLURM_ARRAY_JOB_ID, SLURM_ARRAY_TASK_COUNT etc.) -d <dependency_list> <html> </html>define dependencies on other jobs (dependency_list: after:job_id[:job_id] or afterok:job_id[:job_id] and so on)begin=<time_string> <html> </html>(absolute/relative) start time of job (see man 1 sbatch)deadline=<time_string> <html> </html>job only scheduled as long as it finishes before deadlinemem=<amount[T|G|M|K]> <html> </html>amount of virtual memory per node to allocate, e.g. 1G (1 Gibibyte)-t <time> set job's wall clock time -e <file> <html> </html>where to redirect error output-o <file> <html> </html>where to redirect stdout-i <file> <html> </html>read stdin for job script from file-J <job_name>-n <ntasks> <html> </html>the overall amount of task (all nodes); does NOT accept range of task number -N <min_nodes[-max_nodes]> <html> </html>overall number of nodes; accepts range of node number -w <node_list> <html> </html>where <node_list> e. g.: node001; node[001-005,009]; node001,node008mail-type=<types> <html> </html>NONE, BEGIN, END, FAIL, REQUEUE, ALL, ARRAY_TASKS etc., for further explanations see man 1 sbatch-v <html> </html>run in verbose mode
date of revision: 10-30-2018 © kraus