The acct_gather.conf file requires the related plugin to be loaded for options to be valid or not. Odds are you don't have AcctGatherInfinbandType=acct_gather_infiniband/ofed in your slurm.conf file.
I'll update the documents to attempt to make this more clear. Danny On 08/02/13 23:10, Jonathan Mills wrote:
Apparently, in SLURM 2.6.0, the keyword 'InfinibandOFEDFrequency' is no longer a recognized key in acct_gather.conf. It kills slurmd if you try: [2013-08-03T02:05:39.706] debug2: Reading acct_gather.conf file /etc/slurm/acct_gather.conf [2013-08-03T02:05:39.706] error: Parsing error at unrecognized key: InfinibandOFEDFrequency [2013-08-03T02:05:39.706] error: Parse error in file /etc/slurm/acct_gather.conf line 6: "InfinibandOFEDFrequency=4" Here's my full acct_gather.conf: ### # Slurm acct_gather configuration file ### # Parameters for AcctGatherInfiniband/ofed plugin InfinibandOFEDFrequency=4 InfinibandOFEDPort=1 ....it's copied straight from the documentation here: http://slurm.schedmd.com/acct_gather.conf.html=
