You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Giovanni Torres edited this page Aug 19, 2017
·
1 revision
PySlurm is a Cython wrapper around functions and data structures exposed in
Slurm's C API.
Slurm is an open source, high performance computing (HPC) scheduler and management system that runs on Linux. Its extensive API is written in C. Cython, in addition to being a static compiler for Python, allows you to wrap existing libraries of C code and create C extensions for Python. PySlurm aims to wrap most, if not all, of the Slurm API.