<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">    I found that a new "Association Factor" is introduced in 19.05 to be part of Job_priority calculation. Can I set it for each SLURM account so job priority can be differentiated based on job accounts?</div><div class=""><br class=""></div><div class="">      <a href="https://groups.google.com/g/slurm-users/c/nzF8jOPZI_w/m/vj2wkUryBgAJ" class="">https://groups.google.com/g/slurm-users/c/nzF8jOPZI_w/m/vj2wkUryBgAJ</a></div><div class="">      <a href="https://slurm.schedmd.com/priority_multifactor.html#assoc" class="">https://slurm.schedmd.com/priority_multifactor.html#assoc</a></div><div class=""><br class=""></div><div class="">    Association Factor</div>    Each association can be assigned an integer priority. The larger the number, the greater the job priority will be for jobs that request this association. This priority value is normalized to the highest priority of all the association to become the association factor.<div class=""><br class=""></div><div class="">    Job_priority =<div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>site_factor +</div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>(PriorityWeightAge) * (age_factor) +</div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>(PriorityWeightAssoc) * (assoc_factor) +</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>(PriorityWeightFairshare) * (fair-share_factor) +</div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>(PriorityWeightJobSize) * (job_size_factor) +</div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>(PriorityWeightPartition) * (partition_factor) +</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>(PriorityWeightQOS) * (QOS_factor) +</div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>SUM(TRES_weight_cpu * TRES_factor_cpu,</div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>    TRES_weight_<type> * TRES_factor_<type>,</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>    ...)</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>- nice_factor</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thank you!</div><div class=""><br class=""></div><div class="">Jianwen</div></div></body></html>