Skip to content

Commit

Permalink
Update project id and remove reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfrh committed Jan 19, 2024
1 parent aee040a commit a5af808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions episodes/13-scheduler.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ there is a distinction between running the job through the scheduler and just

```output
sbatch: Warning: Your job has no time specification (--time=) and the default time is short. You can cancel your job with 'scancel <JOB_ID>' if you wish to resubmit.
sbatch: Warning: It appears your working directory may be on the home filesystem. It is /home2/home/ta114/ta114/userid. This is not available from the compute nodes - please check that this is what you intended. You can cancel your job with 'scancel <JOBID>' if you wish to resubmit.
sbatch: Warning: It appears your working directory may be on the home filesystem. It is /home2/home/ta133/ta133/userid. This is not available from the compute nodes - please check that this is what you intended. You can cancel your job with 'scancel <JOBID>' if you wish to resubmit.
Submitted batch job 286949
```

Expand All @@ -110,7 +110,7 @@ compute nodes. On ARCHER2, this is the `/work` file system. The path is similar
`/work` at the start. Lets move there now, copy our job script across and resubmit:

```bash
`r config$remote$prompt` cd /work/ta114/ta114/userid
`r config$remote$prompt` cd /work/ta133/ta133/userid
`r config$remote$prompt_work` cp ~/example-job.sh .
`r config$remote$prompt_work` `r config$sched$submit$name` `r config$sched$submit$options` example-job.sh
```
Expand Down
2 changes: 1 addition & 1 deletion episodes/lesson_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ remote:
sched:
name: "Slurm"
partition: "standard"
reservation: "shortqos"
#reservation: "shortqos"
qos: "short"
budget: "short"
submit:
Expand Down

0 comments on commit a5af808

Please sign in to comment.