NVIDIA / deepops

Tools for building GPU clusters
BSD 3-Clause "New" or "Revised" License
1.25k stars 326 forks source link

Uninstalling SLURM #1242

Closed mfruhner closed 1 year ago

mfruhner commented 1 year ago

Hello, are there any instructions on how to remove the SLURM-Installation completely? I installed the single-node version and we are running into a couple of problems in our team, so we would like to debug.

Thanks, Maik

dholt commented 1 year ago

Unfortunately we don't have uninstall documentation. You should be able to go into the build directory (I think /opt/deepops/slurm by default) and run make uninstall

jungyh0218 commented 1 year ago

The default build directory of Slurm is /opt/deepops/build/slurm. You can see there is a Makefile in the folder. Generally, a package installed via make install can be uninstalled by the command make uninstall. I think it would be helpful if there is a documentaion about the uninstallation of Slurm.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. Please update the issue or it will be closed in 7 days.

adimukewar commented 1 year ago

@mfruhner We are facing the same issue, were you able to uninstall slurm with the suggested method?

mfruhner commented 1 year ago

Hey, I was not realy able to uninstall it. As stated above I tried to make uninstall everything I could find. I went through all the ansible notebooks and tried to undo the installations manually, which was really tedious. A colleague mentioned yesterday, that the ssh-password auth was also disabled, which was not noticed unitl now.. So I do not recommend installing this in the first place...

adimukewar commented 1 year ago

Thanks for the reply, I guess I'll go through the similar painful process as you did and uninstall everything manually. Just out of curiosity how long did it take? Did you find any other alternatives?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. Please update the issue or it will be closed in 7 days.