Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Python Interface to Slurm
| Date | Stars |
|---|---|
| 2026-07-24 | 570 |
| 2026-07-25 | 570 |
| 2026-07-28 | 570 |
| 2026-07-30 | 570 |
| 2026-08-06 | 570 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
# <img src="logo.png" alt="PySlurm Logo"> pyslurm is the Python client library for the [Slurm Workload Manager](https://slurm.schedmd.com) ## Requirements * [Slurm](https://slurm.schedmd.com) 25.11.x — shared library and header files * [Python](https://www.python.org) >= 3.6 ## Versioning PySlurm uses the format `X.Y.Z` where `X.Y` tracks the Slurm major release and `Z` is PySlurm's own patch increment, reset to `0` on each new Slurm major release. | PySlurm | Slurm | |---|---| | 25.11.x | 25.11.x | | 24.05.x | 24.05.x | | 23.11.x | 23.11.x | ## Installation PySlurm requires the Slurm development headers and shared library at build time. ### Slurm header and library paths If you have `slurm-devel` installed in the default paths, skip this section. By default, PySlurm looks in: * `/usr/include` — for Slurm header files (`slurm/slurm.h`) * `/usr/lib64` — for the Slurm shared library (`libslurmfull.so`) If your Slurm installation is not in the default paths, set these before installing: ```shell export SLURM_INCLUDE_DIR=/path/to/slurm/include export SLURM_LIB_DIR=/path/to/slurm/lib ``` ### From PyPI ```shell pip install pyslurm ``` ### From source ```shell git clone https://github.com/PySlurm/pyslurm.git && cd pyslurm scripts/build.sh ``` Use `-j` to build with multiple cores (or set `PYSLURM_BUILD_JOBS`): ```shell scripts/build.sh -j4 ``` ## Contributors pyslurm is made by [contributors like you](https://github.com/PySlurm/pyslurm/graphs/contributors). ## Support Feel free to ask questions in the [GitHub Discussions](https://github.com/orgs/PySlurm/discussions) Found a bug or you are missing a feature? Feel free to [open an Issue!](https://github.com/PySlurm/pyslurm/issues/new)
Excerpt of 1,730 characters
Read on GitHub347
267
62
11
9
6
3
2
2
2
vladislav doster
2
2
1
1
1
1
1
Yaroslav Halchenko · Dartmouth College, @dandi, @Debian, @DataLad, @neurodebian, @PyMVPA, @fail2ban
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a690955eb51a6f86, topic:slurm, topic:hpc