←back to thread

90 points sugarpimpdorsey | 1 comments | | HN request time: 0s | source
Show context
teekert ◴[] No.44775397[source]
Perhaps it is worth noting that all super computers I know (like the Dutch Snellius and the Finnish Lumi) are Slurm clusters with login nodes.

Bioinformaticians (among others) in (for example) University Medical Centers won’t get much more bang for the buck than on a well managed Slurm cluster (ie with GPU and Fat nodes etc to distinguish between compute loads). You buy the machines, they are utilized close to 100% over their life time.

replies(4): >>44775708 #>>44775996 #>>44777261 #>>44784010 #
janeway ◴[] No.44775996[source]
Yes, I spend a majority of my professional life on similar systems writing code in vim and running massive jobs via slurm. Required for processing TBs of data on secured environments with seamless command line access. I hate web-based connections or vscode type system. Although open to any improvements, this works best to me. It’s like a world inside one’s head with a text-based interface.

Graphical data exploration and stats with R, python, etc is a beautiful challenge at that scale.

replies(2): >>44779805 #>>44799879 #
sevensor ◴[] No.44779805[source]
Aside from how slow and user hostile it is compared to a text editor, my biggest complaint about vs code is the load it puts on the login node. You get 40 people each running multiple vs code servers and it brings the poor computer to its knees.
replies(2): >>44784127 #>>44799845 #
1. teekert ◴[] No.44784127[source]
I know indeed that our sys-admins also don't like it.