@@ -289,9 +289,7 @@ In order to get access to GPU cards, make sure to specify the “gpu” partitio
Each user has a default group account in slurm which corresponds to his workgroup (not uniuser/hpcuser/smail). For each job the correct group account must be specified with the “-A” parameter. Without it, the default group account will be chosen automatically. The default group account can be queried by executing the following command:
```
sacctmgr show assoc -n user=$USER format=Account
```
`sacctmgr show assoc -n user=$USER format=Account`
## 6. `module` - selecting your software environment