Resource Limits in Slurm Very short summary The resources that we put limits on are: CPU, memory, GPU. And runtime, sort of. Whom do we limit this to? Not to you...
Slurm Starting in May 2019, we`re testing our new Slurm setup. Slurm is similar to GridEngine: it manages a cluster, distributing user jobs in (hopefully) a fair and...
SoftwareInstallation Can I install my own software? The answer is: yes, (of course) you can. There is a group specific directory that is made available for this purpose...
SSH configuration for Mac and Linux # goto your homedirectory cd # create a .ssh directory mkdir .ssh # goto .ssh directory cd ~/.ssh # create a ssh keypair ssh keygen...