-
Notifications
You must be signed in to change notification settings - Fork 119
Current Status
Gingergeek edited this page Nov 27, 2021
·
11 revisions
The current focus is:
- Release support for Slurm 21.08
- Add support for Python3.10
- Remove unicode string tags (done)
We are continuing to refactor code and increase coverage of the Slurm API.
The current focus is:
- Get job submission working
- Improve the examples and documentation
- Improve Slurm DB coverage
- Add unit tests (done)
- Python3.x compatibility (done)
Intro
Getting Started
Development
- Running a local user installation
- Testing PySlurm with Docker
- Continuous Integration
- Updating PySlurm for New Slurm Releases
- Using latest version of Cython
- Strings and bytes in Cython
- Profiling PySlurm
- Checking for memory leaks
- Do's and Dont's
- Slurm shell completion
Contributing