←back to thread

105 points cl3misch | 2 comments | | HN request time: 0s | source
Show context
DrNosferatu ◴[] No.44386405[source]
It is very handy in SLURM clusters and servers where you have no sudo.

Some attrition using it though: is there a good in-depth book about it?

replies(1): >>44387595 #
1. floro ◴[] No.44387595[source]
I used it on a SLURM cluster before. The documentation is done well and should be a good introduction. The only issue I had was that the cluster didn't have fakeroot or sudo, so I had to build the apptainer locally and transfer it to the server.
replies(1): >>44387637 #
2. DrNosferatu ◴[] No.44387637[source]
Exactly: in most HPC clusters / servers one has no sudo.