That's just SLURM truncating the output at 10 characters. If your using
--format or -o then try putting something like '%30' after AllocTRES.
$ sacct -j 11052039_9465 -o JobID,AllocTRES
JobID AllocTRES
------------ ----------
11052039_94+ cpu=2,mem+
$ sacct -j 11052039_9465 -o JobID,AllocTRES%30
JobID AllocTRES
------------ ------------------------------
11052039_94+ cpu=2,mem=7500,node=1
- Trey
=============================
Trey Dockendorf
Systems Analyst I
Texas A&M University
Academy for Advanced Telecommunications and Learning Technologies
Phone: (979)458-2396
Email: [email protected]
Jabber: [email protected]
On Thu, Feb 4, 2016 at 3:27 PM, Timothy Gray <[email protected]> wrote:
> Hi,
>
>
> Sorry for innundating this list with questions, but I'm trying to learn as
> much as possible before deploying SLURM, In my test cluster I'm trying to
> use TRES to track/limit memory requests; however, the AllocTRES column of
> sacct -j always shows:
>
>
> cpu=1,mem+
>
>
> I get the cpu=1, but can anyone explain why I am getting mem+ instead of a
> number? Is there some other setting that needs to be turned on to track
> memory with TRES? I was under the impression that it was configured by
> default...
>
>
> Thanks,
>
> Tim Gray
>