https://github.com/nativu5/slurm-mininet
Slurm Cluster in Mininet
https://github.com/nativu5/slurm-mininet
Last synced: 3 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-07T06:33:38.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:16:31.404Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- 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.