giovtorres / slurm-docker-cluster

A Slurm cluster using docker-compose
MIT License
319 stars 188 forks source link

Why not add user login node into this slurm cluster? #30

Closed zengqingfu1442 closed 2 months ago

giovtorres commented 2 months ago

You could easily add one to the Dockerfile. This project was meant more for testing and development. A login node assumes users. You could maintain an environment using this cluster for users, but it doesn't replace a real cluster as it does not have all the features. Would love to know your use case.

I'm closing this for now. Feel free to respond. Thanks!

whophil commented 2 months ago

FYI, this branch implements a simple login node by extending the original docker image (adds openssh-server) and by adding a login entrypoint which runs munge and ssdh.