-
Notifications
You must be signed in to change notification settings - Fork 121
Current Status
Gingergeek edited this page Mar 1, 2016
·
11 revisions
We are currently cleaning up the existing codebase of master (15.08.3), we have -
- Traced and isolated some memory leaks in both PySlurm and Slurm. This work is still ongoing so this situation should improve over time.
- Refactored some code internally.
Once we are happy with that we plan to merge in some pull requests -
- Allow Cython-0.15 to work on the recent 15.08 branch.
- Cope with unicode strings.
The current focus is -
- Get the 15.08.x branches stable.
- Start work on supporting the upcoming Slurm-16.05 release.
- Improve the examples and documentation and add some unit-tests.
- Python3.x compatibility.
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