Generate headers for running batch PBS jobs
1 2 3 4 | genSlurmHead(jobName = "myrun", jobDescription = "My analysis",
Nnodes = 1, Nproc = 16, Memory = "32gb", Walltime = "24:00:00",
email = "pieta.schofield@cruk.manchester.ac.uk", emailMode = "END",
logDir = "/home/camp/schofip/logs", Partition = "compute")
|
jobName |
name of job |
jobDescription |
description of job |
Nnodes |
number of nodes requested |
Nproc |
number of cores requested |
Memory |
size of memory requested |
Walltime |
limit to run time |
email |
address to notify of job progress |
logDir |
directory output logs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.