Hi All,

I am currently working on a single Linux machine running Ubuntu 25.10 and am looking to conduct performance testing on the Slurm backfill algorithm. My objective is to simulate a cluster environment consisting of 1,024 nodes.

While researching existing solutions, I found that many modern Slurm-simulator implementations (such as various plugin-based designs) rely heavily on Docker and Docker Compose. However, I would like to avoid using containerization and instead run the simulation natively on my host OS.

I understand that older versions of the Slurm source code included a native sim directory that allowed for simulations without external dependencies like Docker. Given this, I have the following technical questions:

I would appreciate any guidance or documentation you could provide on achieving a high-node-count simulation in a "bare-metal" Linux environment.

Best regards,