Unable to allocate resources: Invalid account or account/partition combination specified

The Slurm installation and configuration error is reported.

Reason: The account is required, but it is not associated with the user

Solution:

  1. Adding a Slurm account

sacctmgr add account {accountName}
例如:
sacctmgr add account test
  1. Associate Linux users

sacctmgr add user {userName} defaultAccount={accountName}
例如:
sacctmgr add user zhangsan  defaultAccount=test

Supongo que te gusta

Origin blog.csdn.net/lovebaby1689/article/details/128683695
Recomendado
Clasificación