Good day!
I could not find any reference in the CycleCloud or azslurm documentation that explains how to set the TRESBillingWeights parameter for individual partitions. My goal is to charge a fractional CPU cost for an HTC queue. In a classic on-prem slurm.conf I would simply write:
PartitionName=htc Nodes=ccw-htc-[1-16] DefMemPerCPU=3840 TRESBillingWeights="CPU=0.0003" MaxTime=INFINITE State=UP
Is there a recommended way to pass TRESBillingWeights through CycleCloud templating?