The following command: sacctmgr -i modify qos wildfire set GrptresMins=100000000 Fails with this response: "You didn't give me anything to set" This version of of the command succeeds: sacctmgr -i modify qos wildfire set GrpcpuMins=1000000000
You need to specify what TRES you're changing. Something like this should work: sacctmgr -i modify qos wildfire set GrptresMins=cpu=1000
Lee - I'm closing this as resolved/infogiven. Please reopen if there's anything further I can address. - Tim