Batch Jobs
by
Costin Caramarcu
—
last modified
Aug 12, 2016 11:21 AM
Batch jobs are jobs that run non-interactively under the control of a "batch script," which is a text file containing a number of job directives and Linux commands or utilities. Batch scripts are submitted to the "batch system," where they are queued awaiting free resources.
- Bare-bones batch script — by Costin Caramarcu — last modified Nov 21, 2019 12:07 PM
- #SBATCH Keywords — by Costin Caramarcu — last modified Aug 12, 2016 02:53 PM
- Submitting jobs — by Costin Caramarcu — last modified Aug 12, 2016 02:58 PM
- Choosing a partition — by Costin Caramarcu — last modified Aug 15, 2016 02:19 PM
- Job Output — by Costin Caramarcu — last modified Aug 15, 2016 02:21 PM
- Using Modules to manage your environment — by Costin Caramarcu — last modified Aug 15, 2016 02:36 PM
- Using GPUs — by Costin Caramarcu — last modified Dec 01, 2016 03:20 PM
- Choose GPU Types — by Zhihua Dong — last modified Sep 11, 2017 04:38 PM
- Working Directory — by Costin Caramarcu — last modified Jan 30, 2017 11:15 AM
- how to specify working directory