Skip to content
Snippets Groups Projects

Record hostname of jobs in Slurm logs & job DB

Merged Thomas Kluyver requested to merge feat/echo-hostname into master
All threads resolved!
4 files
+ 22
23
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -10,7 +10,6 @@ templates:
shell-commands:
total-jobs: "sinfo -p exfel -o %A --noheader"
job-nodes: "squeue --me -o %i,%N --noheader"
tail-log: "tail -5000 web.log"
tail-log-monitor: "tail -5000 monitor.log"
Loading