-
Notifications
You must be signed in to change notification settings - Fork 120
Updating PySlurm for New Slurm Releases
Giovanni Torres edited this page Feb 2, 2019
·
3 revisions
cd /path/to/slurm
git pull
git diff slurm-17-02-0-1 slurm-17-02-3-1 -- slurm/slurm.h.in
git diff slurm-17-02-0-1 slurm-17-02-3-1 -- src/api/*.c
git diff slurm-17-02-0-1 slurm-17-02-3-1 -- src/common/slurm_protocol_defs.c
- increment
max_slurm_hex_version
insetup.py
- add new version
.travis.yml
- increment
pyslurm/__version__.py
- update
README.rst
with latest supported version
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