Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/WP-hpc-tools/commit/18d79dd34b46581191325ed6f16e26c3bee6303e?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

* On custom sacct1.sh, include job (most recent) state as well.

master
Wirawan Purwanto 5 years ago
parent d384d0320d
commit 18d79dd34b
  1. 2
      slurm/sacct1.sh

@ -10,7 +10,7 @@
# - The timing field width accommodates up to hundreds of days.
# - The accounting records corresponding to job steps are eliminated.
FIELDS_PRESET1=JobID,JobIDRaw,JobName%-20,User,Partition,Elapsed%12,NCPUS%5,CPUTime%12,TotalCPU%12,Submit,Start,End,NodeList%20
FIELDS_PRESET1=JobID,JobIDRaw,JobName%-20,User,Partition,Elapsed%12,NCPUS%5,CPUTime%12,TotalCPU%12,Submit,Start,End,State,NodeList%20
filter_sacct_only_main_jobs () {
awk '($2 ~ /^[0-9]+$/) || (FNR <= 2) { print }'

Loading…
Cancel
Save