You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this role with some minor modification and it works well in my ubuntu cluster. Just a few minor comments:
control machine and slurmdbd are separated and AccountingStorageHost={{ slurm_master_host }} in slurm.conf.j2
after modifying AccountingStorageHost={{ slurm_master_host }} to AccountingStorageHost={{ slurm_dbd_host }}, there were some error message on dbd port. So I tried setting AccountingStoragePort=6819 in slurm.conf.j2 and DbdPort=6819 in slurmdbd.conf.j2
The text was updated successfully, but these errors were encountered:
I used this role with some minor modification and it works well in my ubuntu cluster. Just a few minor comments:
The text was updated successfully, but these errors were encountered: