pyslurm
pyslurm copied to clipboard
Python Interface to Slurm
Hello PySlurm developers, This is my proposal for a method to wait for a job to finish, regarding #240, for the 21.08 version. I added the `wait_finished` method to the...
Hello pyslurm developers, I work on an HPC performance tool for my university. We want to enable the tool to dispatch measurement executions of a target code to our cluster,...
#### Details * Slurm Version: 19.5.0 * Python Version: 2.7 * Cython Version: 0.29.15 * PySlurm Branch: 19-05-0 * Linux Distribution: Ubuntu 16.04 #### Issue PySlurm seems to ignore some...
Branch is [here](https://github.com/PySlurm/pyslurm/tree/rework/jobs) ## Classes - [x] `Job` class providing read-only access to all possible attributes of jobs (e.g. time of submission) - [x] `Jobs` class, acting as a custom...
hi,all,How to solve this problem #### Details * Slurm Version: 19.05.7 * Python Version: python3.6 * Cython Version: python36-Cython-0.28.6 * PySlurm Branch: 19.05.0 * Linux Distribution: Centos-7.6 #### Issue [root@node001...
#### Details * Slurm Version: 20.11.8-1 * Python Version: python3.8 * Cython Version: cython3 0.29.14 * PySlurm Branch: 20.11.8-1 * Linux Distribution: Ubuntu 20.04 #### Issue Unable to receive accounting...
# General - [ ] Put into seperate package: slurmdbd - [ ] Have a central class to manage opening/closing Slurmdbd connections # Portions that need a rework or new/improved...
Hi, right now I believe the codebase is a bit unpleasant to maintain and add new stuff to, since everything is put into one big file that consists of thousands...
This change updates the test suite to use `pyenv` for the test suite.
#### Details * Slurm Version: 20.8.11 * Python Version: 3.9.7 * Cython Version: 0.29.24 * PySlurm Branch: main * Linux Distribution: Ubuntu 18.04 #### Issue After successfully building (I think)......