-
Notifications
You must be signed in to change notification settings - Fork 120
Slurm shell completion
Giovanni Torres edited this page Aug 19, 2017
·
1 revision
While not directly related to PySlurm, the contribs area of the Slurm source has two convenience helpers:
- a vim syntax highlighter for batch scripts
- a bash completion script for scontrol
Have a look at the README page here: https://github.com/SchedMD/slurm/tree/master/contribs/slurm_completion_help
The bash completion script requires the bash-completion
package.
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