Hi, I noticed that sstat wasn't giving any data, so I looked into how to make that happen.
After some reading, I cracked open slurm.conf and uncommented these two lines: JobAcctGatherFrequency=30 JobAcctGatherType=jobacct_gather/linux after confirming that jobacct_gather_linux.so was in PluginDir. But I am still getting no data. So I went to read some more and noticed that the slurm.conf docs suggest that the format for Frequency is this: *JobAcctGatherFrequency=**<datatype>**=**<interval>* Whereas on the jobacct_gather plugin page ( http://slurm.schedmd.com/jobacct_gatherplugins.html), it states: JobAcctGatherFrequency Time interval between pollings in seconds. 1. Is adding the task= the only thing I'm missing, or do I need to do something else? 2. Does JobAcctGatherFrequency=30 have an implied task=, or is this an error in the default slurm.conf ? Cheers L. ------ The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper