pyslurm
pyslurm copied to clipboard
slurmdbd: Implement Association API
Classes
- [x]
Association
class providing access to all possible members ofslurmdb_assoc_rec_t
- [x]
Associations
class, acting as a custom collection (dict) that holds all theAssociation
instances. - [x]
AssociationFilter
class acting as a wrapper aroundslurmdb_assoc_cond_t
to search for associations matching specific conditions (server-side SQL filter).
General Functionality for the Associations
class
- [x] modify
- [x] load
- [ ] delete
- [ ] create
Other
- [ ] Documentation
- [ ] Write tests
- [ ] Write examples