Skip to content

Commit e886ea0

Browse files
Explained where logs are after launch
1 parent 1bae4d1 commit e886ea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ hydra-submitit-launch my_app.py base +hours=10
6060
```
6161
This will automatically select the right qos for you (and if you want to force a certain qos, you can always add `hydra.launcher.qos=<your-qos>`).
6262

63+
### Logs
64+
Your SLURM logs are stored in the following path: `launch-dir/multirun/day-of-launch/time-of-launch/.submitit/job_array_task_id/`
65+
This is the default from `hydra` and `submitit` and this can be changed using both the `submitit` plugin parameters (see [here](https://hydra.cc/docs/plugins/submitit_launcher/#usage)) and the `hydra` job configurations (see [here](https://hydra.cc/docs/configure_hydra/job/)).
66+
6367
## References
6468
- Hydra: https://hydra.cc/docs/intro/
6569
- submitit-launcher: https://hydra.cc/docs/plugins/submitit_launcher/

0 commit comments

Comments
 (0)