You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the configuration, Slurm will create .extern jobsteps (See https://slurm.schedmd.com/job_launch.html#job_record).
Currently the collector seems to understand these as separate jobs. Since these steps lack some fields, several keys are not found in 240 of
Depending on the configuration, Slurm will create
.extern
jobsteps (See https://slurm.schedmd.com/job_launch.html#job_record).Currently the collector seems to understand these as separate jobs. Since these steps lack some fields, several keys are not found in 240 of
AUDITOR/collectors/slurm/src/sacctcaller.rs
Lines 230 to 254 in 256395c
and an associated
.batch
step will never be found since the collector would look for a.extern.batch
step, resulting in a message from line 252.I am not yet 100% sure how Slurm calculates these but I think it would be enough to introduce another filter
with
Sidenote:
There is an underscore missing in
AUDITOR/collectors/slurm/src/sacctcaller.rs
Lines 38 to 41 in 256395c
The text was updated successfully, but these errors were encountered: