pyslurm
pyslurm copied to clipboard
slurmdbd: Implement Association API
Classes
- [x]
Associationclass providing access to all possible members ofslurmdb_assoc_rec_t - [x]
Associationsclass, acting as a custom collection (dict) that holds all theAssociationinstances. - [x]
AssociationFilterclass acting as a wrapper aroundslurmdb_assoc_cond_tto 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