?Thanks! I figured it might be something like that but I didn't realize I had to force it to expand even if it was the only option.
Thanks, Tim Gray ________________________________ From: Trey Dockendorf <[email protected]> Sent: Thursday, February 4, 2016 4:40 PM To: slurm-dev Subject: [slurm-dev] Re: sacct AllocTRES mem+ 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]<mailto:[email protected]> Jabber: [email protected]<mailto:[email protected]> On Thu, Feb 4, 2016 at 3:27 PM, Timothy Gray <[email protected]<mailto:[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
