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=
