https://github.com/converged-computing/slurm-scrape
slurm assets for descriptive jobset work
https://github.com/converged-computing/slurm-scrape
Last synced: 5 months ago
JSON representation
slurm assets for descriptive jobset work
- Host: GitHub
- URL: https://github.com/converged-computing/slurm-scrape
- Owner: converged-computing
- License: mit
- Created: 2024-11-27T01:31:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T01:36:33.000Z (over 1 year ago)
- Last Synced: 2025-09-10T14:50:09.082Z (9 months ago)
- Size: 780 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slurm Scrape
This is a simple scrape of SLURM stuff (starting with documentation pages into json structures) for further TBA usage.
## Usage
Setup environment!
```bash
python -m venv env
source env/bin/activate
pip install -r requirements.txt
```
And scrape
```bash
cd ./docs
python scrape.py
```
## License
HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.
See [LICENSE](https://github.com/converged-computing/cloud-select/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/cloud-select/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/cloud-select/blob/main/NOTICE) for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614