sbatch: Submit a job to slurm

Description Usage Arguments

Description

Submit a job to slurm

Usage

1
2
3
sbatch(job = c("core", "node"), cores = 1, account = NULL,
  jobname = NULL, output = NULL, time = "10:00:00", script = NULL,
  filename = NULL)

Arguments

job

What partition to choose.

cores

The number of cores to use.

account

Which project should be accounted for the running time. If account is NULL the environment variable SLURM_ACCOUNT is used.

jobname

Name of job.

output

Name of file for stdout.

time

How long you want to reserve those nodes/cores (Format: -t d-hh:mm:ss).

script

Commands to run

filename

Where to write the batch job script.


stewid/SWmisc documentation built on May 5, 2019, 5:54 p.m.