create_job: Create a bash file to submit a script to SLURM

Description Usage Arguments

View source: R/create_job.R

Description

Create a bash file to submit a script to SLURM

Usage

1
create_job(outfile, jobname, script_lines, opts = list())

Arguments

outfile

[string] The path / filename to save the bash file.

jobname

[string] What should the jobname be on slurm?

script_lines

[string] A command that should be executed on the terminal on the cluster machine.

opts

[list] Batch submission options. See merge_defaults for default arguments.


krisrs1128/SLURMHelpers documentation built on May 20, 2019, 1:26 p.m.