Difference between revisions of "Terra:Batch Job Files"
Line 9: | Line 9: | ||
Several examples of Slurm job files for Terra are listed below. For translating Ada/LSF job files, the [[HPRC:Batch_Translation | Batch Job Translation Guide]] provides some reference. | Several examples of Slurm job files for Terra are listed below. For translating Ada/LSF job files, the [[HPRC:Batch_Translation | Batch Job Translation Guide]] provides some reference. | ||
+ | |||
Documentation for advanced options can be found under [[Terra:Batch:Advanced Documentation | Advanced Documentation]]. | Documentation for advanced options can be found under [[Terra:Batch:Advanced Documentation | Advanced Documentation]]. |
Revision as of 13:21, 25 October 2016
Job Files
While not the only method of submitted a job, job files fulfill the needs of most users.
The general idea behind job files follows:
- Make resource requests
- Add your commands and/or scripting
- Submit the job to the batch system
Several examples of Slurm job files for Terra are listed below. For translating Ada/LSF job files, the Batch Job Translation Guide provides some reference.
Documentation for advanced options can be found under Advanced Documentation.