Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Last revision Both sides next revision | ||
|
ift:computing_cluster:slurm [2023/03/29 17:40] kcach [Job script example] |
ift:computing_cluster:slurm [2023/04/02 20:15] kcach |
||
|---|---|---|---|
| Line 59: | Line 59: | ||
| # Give your job a name, so you can recognize it in the queue overview | # Give your job a name, so you can recognize it in the queue overview | ||
| #SBATCH --job-name=example | #SBATCH --job-name=example | ||
| + | |||
| + | #SBATCH -o $SLURM_JOB_ID.output | ||
| + | #SBATCH -e $SLURM_JOB_ID.error | ||
| # Define, how many nodes you need. Here, we ask for 1 node. | # Define, how many nodes you need. Here, we ask for 1 node. | ||
