write_slurm: write_slurm

Description Usage Arguments Value

Description

write_slurm

Usage

1
2
write_slurm(r_file_name, job_name, cores = 4, mem = 16,
  my_directory = "/deac/generalGrp/usershare/dewittme")

Arguments

r_file_name

the file R file that you want to use

job_name

what do you want to call the job name (recommend using R name without R)

cores

how many cores per node to request (default is 4)

mem

how many GB of memory to request (default = 16)

my_directory

the directory where to store and access your files (default is dewittme)

Value

a slurm script that can be submitted to the cluster


medewitt/datademon documentation built on May 29, 2019, 11:40 a.m.