Install on Slurm (bare metal)
Install on Slurm (bare metal)
Install Topograph on a Slurm head node so it can generate topology configuration (topology.conf or per-partition topology.yaml) for the Slurm controller to consume.
Prerequisites
- Slurm cluster with a head node you can install system packages on
- Go and
maketo build the package from source (seego.modfor the exact Go version), or a pre-built Debian/RPM package if your organization distributes one - A supported provider for your environment — see the provider documentation for per-provider setup
Install
Clone the repo and build a native package for your distribution:
Install the resulting package:
The package installs the service but does not start it. Edit /etc/topograph/topograph-config.yaml to set at minimum:
Then enable and start the service:
Verify
Check that the service is running and the API is reachable:
HTTP 200 means the API server is up.
Where to go next
- Slurm engine reference — full configuration, tree vs block vs per-partition topology formats,
striggerintegration - Provider documentation — per-provider prerequisites and configuration
- Config and API reference —
topograph-config.yamlschema,/v1/generateand/v1/topologycontract scripts/create-topology-update-script.sh— generates the Slurm trigger that calls/v1/generateautomatically when the cluster’s node inventory changes- Architecture — how the API server, Provider, and Engine fit together