An open API service indexing awesome lists of open source software.

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

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