Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nativu5/slurm-mininet
Slurm Cluster in Mininet
https://github.com/nativu5/slurm-mininet
Last synced: about 1 month ago
JSON representation
Slurm Cluster in Mininet
- Host: GitHub
- URL: https://github.com/nativu5/slurm-mininet
- Owner: Nativu5
- Created: 2024-01-17T13:36:17.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-07T06:33:38.000Z (11 months ago)
- Last Synced: 2024-02-07T07:33:36.198Z (11 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slurm in Mininet
This repo contains scripts for running Slurmd in virtual hosts of Mininet.
The scripts is tested on Rocky Linux 9 and Slurm 23.11.
## Quick Start
1. Configure Slurmctld and Slurmdbd as usual.
2. Make sure you have Mininet installed.
3. Run the following command to start Mininet with Slurmd in the virtual hosts:
```bash
sudo python3 launch.py
```## Configuration
This repo contains sample slurm configurations. For slurmd, `slurm-mininet.conf` is used. Please be noticed that the slurmctld should be configured correspondingly.
Besides, `benchmark.yaml` is provided for running this repo in a cluster. You can modify the `benchmark.yaml` to fit your own cluster.
If no `benchmark.yaml` is provided, you can use CLI to configure. Please use `--help` to see the available options.