Details
- Slurm Version: 19.05.5
- Python Version: 3.6
- Cython Version: 0.19
- PySlurm Branch: 19.05.0
- Linux Distribution: EL7
Issue
pyslurm.job().get() does not contain jobs that are submitted to or running in a hidden partition (like scontrol show jobs -a would).
pyslurm.partition().get() on the other side contains all partitions, including the hidden.
It would be reasonable to also get the hidden jobs with pyslurm.job() and leave the filtering to the user.