<div dir="ltr"><div class="gmail_quote">Hi,<br>
<br>
I have Slurm 17.02.10 installed in a test environment. When I use sacct<br>
-o "JobID,JobName,AllocCPUs,<wbr>ReqMem,Elapsed" and AccountingStorageType =<br>
accounting_storage/filetxt, the fields AllocCPUS and ReqMem are empty.<br>
<br>
    JobID  JobName AllocCPUS   ReqMem  Elapsed<br>
------------ ---------- ---------- ---------- ----------<br>
371     stress_20s     0     0n  00:00:21<br>
372     stress_20s     0     0n  00:00:21<br>
373     stress_20s     0     0n  00:00:21<br>
<br>
When I switch to AccountingStorageType = accounting_storage/slurmdbd and<br>
start the same jobs, the output works fine:<br>
<br>
    JobID  JobName AllocCPUS   ReqMem  Elapsed<br>
------------ ---------- ---------- ---------- ----------<br>
382     stress_20s     1  32004Mn  00:00:20<br>
383     stress_20s     1   2000Mn  00:00:20<br>
384     stress_20s     1   2000Mn  00:00:20<br>
<br>
Also, when I set the --starttime filter, it works only with the database.<br>
<br>
Does anyone have an explanation for this?<br>
<br>
Marcel<br>
<br>
<br>
</div></div>