-
Notifications
You must be signed in to change notification settings - Fork 120
Current Status
Gingergeek edited this page Jul 27, 2017
·
11 revisions
We are continuing to refactor code and increase coverage of the Slurm API. We hope to have PySlurm much more robust by the next major Slurm release.
The current focus is:
- Get job submission working
- Improve the examples and documentation
- Add unit tests
- Python3.x compatibility
- Improve Slurm DB coverage
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