SBATCH Directives ================= Here are some common SBATCH directives seen on Riviera: ``--job-name=`` Sets the name of a job which can allow for finding the job in a queue. ``--output=`` Sets the file path for the standard output stream so a user can access the data printed to it once the job has completed. ``--error=`` Sets the file path for the standard error stream so a user can access the data printed to it once the job has completed. ``--partition=`` Informs Slurm that the job needs to execute on a particular partition. The default partition for this on Riviera is ``short-cpu``. ``--time=