did you think they ran windows server?
I think a more likely alternative with be a BSD or other Unix derivative
no link to supercomputer list
They don’t actually list OS there, but you can assume it’s Linux. Lots of R&D has been done to get Linux to run well on supercomputers, it’d be cost prohibitive to try some other OS.
I think one day old accounts should be banned in TIL… It’s clearly a karma farmer who is reposting stuff they know we like to hear.
Its why lemmy only shows posts and comments and not karma unlike Piefed. Karma is irrelevant when it can be easily botted and farmed now.
I think they do this to make accounts look legit when they are astroturfing later.
Meh, karma is utterly irrelevant anyway
While I agree, they’re doing it to make the account look legitimate for later use.
later use doing what?
p l a n t i n g g r a s s o n t h e a s t e r o I d s
☑ Linux.
☑ Supercomputers.
☑ Wikipedia link.I feel seen.
If you look at it logically, it only makes sense.
With these Supercomputers, you often run on very specialized Hardware which you have to write costum kernels and drivers for, and if you arent willing to spend millions to get Microsoft to support it, your only other Option is Linux really
Sad BSD noises.
I managed a research cluster for a university for about 10 years. The hardware was largely commodity and not specialized. Unless you call nVidia GPU’s or InfiniBand “specialized”. Linux was the obvious choice because many cluster-aware applications, both open source and commercial, run on Linux.
We even went so far as to integrate the cluster with CERN’s ATLAS grid to share data and compute power for analyzing ATLAS data from the LHC. Virtually all the other grid clusters ran Linux, so that made it much easier to add our cluster to its distributed environment.
The competition wasn’t between Linux and Windows, but rather Linux with some dedicated server OSes like Solaris, HP-UX and whatnot — mostly variants of Unix, but idk which ones exactly.
P.S. You get much more enjoyment from this thread if you imagine it in one of thick English accents.
And for those, it’s pretty clear. Solaris, HP-UX, Irix, AIX… They all were proprietary offerings that strove to lock in users to a specific hardware stack with very high prices.
Linux opened up the competitive field to a much broader set of business concerns, making performance per dollar much more attractive. Also the open source having a great deal of appeal for some of the academic market, a huge participant in the HPC community.
Not really, we are not in the eighties anymore, modern supercomputers are mainly a bunch of off the shelf servers connected together
I mean, what the first person said is true…
… and what you have just said is true.
There is no tension between these concepts.
Nearly all servers run on linux, nearly all supercomputers are some kind of locally networked cluster… that run linux.
Theres… theres no conflict here.
In fact, this kind of multi computer paradigm for Linux is the core of why X11 is weird and fucky, in the context of a modern, self contained PC, and why Wayland is a thing nowadays.
X11 is built around a paradigm where you have a whole bunch of hardware units doing actual calcs of some kind, and then, some teeny tiny hardware that is basically just a display and input device… well thats the only thing that even needs to load a display or input related code/software/library.
You also don’t really need to worry so much about security in the display/input framework itself, because your only potential threat is basically a rogue employee at your lab, and everyone working there is some kind of trained expert.
This makes sense if your scenario is a self contained computer research facility that is only networked to what is in its building…
… it makes less sense and has massive security problems if you have a single machine that can do all of that, and that single machine is also networked to millions of remote devices (via the modern internet), and in a world where computer viruses, malware, are a multi billion dollar industry… and the average computer user is roughly as intelligent and knowledgeable as a 6th grader.
They still probably need a ton of customization and tuning at the driver level and beyond, which open source allows for.
I am sure there is plenty of existing “super computer”-grade software in the wild already, but a majority of it probably needs quite a bit of hacking to get running smoothly on newer hardware configurations.
As a matter of speculation, the engineers and scientists that build these things are probably hyper-picky about how some processes execute and need extreme flexibility.
So, I would say it’s a combination of factors that make Linux a good choice.
Surprisingly not a lot of ‘exciting tuning’, a lot of these are exceedingly conservative when it comes to tuning. From a software perspective, the most common “weird” thing in these systems is the affinity for diskless boot, and that’s mostly coming from a history of when hard drives used to be a more frequent failure causing downtime (yes, the stateless nature of diskless boot continues to be desired, but the community would have likely never bothered if not for OS HDD failures). They also sometimes like managing the OS kind of like a common chroot to oversimplify, but that’s mostly about running hundreds of thousands of what should be the exact same thing over and over again, rather than any exotic nature of their workload.
Linux is largely the choice by virtue of this market evolving from largely Unix based but most applications they used were open source, out of necessity to let them bid, say, Sun versus IBM versus SGI and still keep working regardless of who was awarded the business. In that time frame, Windows NT wasn’t even an idea, and most of these institutions wouldn’t touch ‘freeware’ for such important tasks.
In the 90s Linux happened and critically for this market, Red Hat and SUSE happened. Now they could have a much more vibrant and fungible set of hardware vendors with some credible commercial software vendor that could support all of them. Bonus that you could run the distributions or clones for free to help a lot of the smaller academic institutions get a reasonable shot without diverting money from hardware to software. Sure, some aggressively exotic things might have been possible versus the prior norm of proprietary, but mostly it was about the improved vendor-to-vendor consistency.
Microsoft tried to get into this market in the late 2000s, but no one asked for them. They had poor compatibility with any existing code, were more expensive, and much worse at managing at scale in the context of headless, multi-user compute nodes.
So is it just hundreds of servers, each running their own OS and coordinating on tasks?
This is called a “Cluster” and it precedes Linux by a decade or two, but yes.
And what else would the supercomputers run on? Windows? You won’t get into the tops if half your computers are bluescreening while the other half is busy updating…
The times when supercomputers were batch-oriented machines where your calculation was the only thing that was running on the hardware, with your software basically including the OS (or at least the parts that you needed) are long over.
Some have thousands but yes.on most of these systems :
- Process launch and scheduling is done by a resource manager (SLURM is common)
- Inter process communication uses an MPI implementation (like OpenMPI)
- These inter node communications uses a low latency (and high bandwidth) network. This is dominated by Infiniband from Nvidia (formerly Mellanox)
What’s really peculiar in modern IT, is that it often use old school Unix multi user management. Users connect to the system through SSH with their own username, use a POSIX filesystem and their processes are executed with their own usernames.
There is kernel knobs to pay attention to, but generally standard RHEL kernels are used.
That’s it!
I think that the software is specialized, but the hardware is not. They use some smart algorithms to distribute computation over huge number of workers.
Soooo many raspberry pis…
deleted by creator
Nah it’s to avoid the forced windows reboots /j
Long time now. Linux runs almost on every device, not just computers and phones.
I think they are surprised that there aren’t any other bespoke or legacy or somewhat exotic OSes being used for any of them. Or maybe BSD or something.
The hardware is generally more mundane on that front, and even the ‘exotic’ ones are most readily accommodated by Linux (almost all x86 based, with a handful of POWER, ARM, and one that is allegedly DEC Alpha derived).
Generally speaking, a Top500 is a bunch of x86 servers usually nowadays with some GPUs in them connected by ethernet or infiniband.
No *BSD?
BSD is dated at this point. It is still being maintained but not nearly as much.
Right? Where’s freebsd gone. Would have thought freebsd would squeeze out extra performance from them
FreeBSD is unlikely to squeeze performance out of these. Particularly disadvantaged because the high speed networking vendors favored in many of these ignore FreeBSD (Windows is at best an afterthought), only Linux is thoroughly supported.
Broadly speaking, FreeBSD was left behind in part because of copyleft and in part by doing too good a job of packaging.
In the 90s, if a company made a go of a commercial operating system sourced from a community, they either went FreeBSD and effectively forked it and kept their variant closed source and didn’t contribute upstream, or went Linux and were generally forced to upstream changes by copyleft.
Part of it may be due to the fact that a Linux installation is not from a single upstream, but assembled from various disparate projects by a ‘distribution’. There’s no canonical set of kernel+GUI+compilers+utilities for Linux, but FreeBSD owns a much more prescriptive project. I think that’s gotten a bit looser over time, but back in the 90s FreeBSD was a one-stop-shop, batteries included project that included everything the OS needed maintained under a single authority. Linux needed distributions and that created room for entities like RedHat and SUSE to make their mark.
So ultimately, when those traditionally commercial Unix shops started seeing x86 hardware with a commercially supported Unix-alike, they could pull the trigger. FreeBSD was a tougher pitch since they hadn’t attracted something like a RedHat/SUSE that also opted into open source model of business engagement.
Looking at the performance of these applications on these systems, it’s hard to imagine an OS doing better. Moving data is generally as close to zero copy as a use case can get, these systems tend to run essentially a single application at a time, so the cpu and io scheduling hardly matter. The community used to sweat ‘jitter’ but at this point those background tasks are such a rounding error in the overall system performance they aren’t worth even thinking about anymore.
Phoronix used to do benchmarking of various Linux flavors and include FreeBSD. It was never the fastest, usually some Intel-optimized distro was, IIRC.
Looks like a recent comparison did show FreeBSD doing great!
https://www.phoronix.com/review/bsd-linux-threadripper-7980x
Wait it’s all Linux? 🔫 Always has been…
I once worked on a supercomputer in the olden times - this was before Linux. You basically wrote your calculation application on a front-end system with a cross-compiler. It was then transferred to the target machines’ RAM and ran there. Your application was the only thing running on that machine. No OS, no drivers, no interrupts (at least not that I knew of). Just your application directly on the hardware. Once your program was finished, the RAM was read back, and you could analyze the dump to extract your results.
OG

No it’s not, other Unix were on the list until 2017, there was even some Windows and macos for a time.
I remember a clustering software for NT, but I never heard of one for the Mac.
“Clustering” in this context is a bit different. Do you have a network of some kind? Congratulations, you can do an HPC cluster.
Usually in the context you describe, it’s usually referring to HA clustering or some application specific clustering. HPC clustering is a lot less picky. If someone can port an MPI runtime to it, you can make a go of it.
The cult of Linux is roaming Lemmy again
It sounds so culty when you say it that way. I prefer the Linux friend squad 😌
Never left, the general Linux comm on ml has almost 60k subscribers, there’s almost 100k MAU on lemmy.
Linux is very possibly the dominant operating system here.
Wait until they realize a significant portion, if not the majority, of the Internet also runs on Linux…
Imagine a Beowulf cluster of them!
You sure that there are penguins in Scandinavia?

It is said, that once you install windows on them, you would finally be able to use Internet Explorer!
Well yeah, if you have custom or exotic hardware you either customize an existing OS or write one from scratch. First option is much more sensible.
“Custom” and “Exotic” is a thing of the past. Been there, used that. It didn’t have Linux, either.
Nowadays, it’s more or less stock PCs (with high-end specs for CPU, RAM, GPU, etc), but nothing that would not run a common OS. They would probably even run Windows.
What it makes special is clustering.
You are right, and yes, they could run Windows, but it’d be pretty silly.
All the applications they run were written with a pure POSIX mindset, the jobs are run headless, and the legacy of much of the application code dates back to before even Windows NT was a thing.
In the late 2000s, Microsoft actually made a concerted push to try to get into the market, and it was just a laughable failure (they brought nothing to the table, had reduced ecosystem compatibility, and tried to charge more all in the process.
Supercomputers are not made of custom or exotic hardware. They are large clusters of high end servers.
Well shit now I want to know if quantum computers have operating systems…
And it looks like as of earlier this year the answer to that… is yes. Special ones. Well, special one so far.
Quantum internet seems like a really bad idea, though, if the regular internet is any indication…
It’s not exactly the quantum computers having an OS. Like with supercomputers back in my time, there are more or less normal computers running a more or less normal OS, which has the computational engine as a kind of device. You create and compile your “application” on that host processor, and load the “binary” onto the quantum device and execute it.
Well they’re not gonna use Windows
Linux is the liberator.
Wow, you learnt that today RandomGS310 did you? The joy that must have given you that you immediately created an account and this was your first and only post? Good for you my totally authentic friend.
If we could all just break character for a sec… I’ve been meaning to ask you Linux lovers a question for a while. Why is it so important to you that everyone starts using Linux? It just seems like you all put so much effort into trying to convert/coerce/shame people into using Linux and I’ve just never understood why?
im fond of linux, i also understand that most people aren’t programmers and find it daunting.
i want people to be able to use it, and im really happy when it gets mainstream support, like with SteamOS.
as to why with that? because windows spies on you, is full of viruses, and participates in monopolistic practices… having a corporation control every aspect of your operating system is a bad idea for like, society and humanity….Linux users are like vegans. 90% percent of Linux users (or vegans) are perfectly fine with whatever you use (or eat). It’s only the small 10% who are very vocal and cast a negative light on the entire community.
We also recommend therapy and hydration. But, y’know. In different communities.
Same reasons though.
I’m going to die of thirst if I don’t use Linux? Aaaaaaaaaaaaaaaaaaahhhh 😧
I mean . . . maybe.
To the extent it would be nice if the userbase is broader and applications I want to use have to accept that they cater to Linux users.
To some extent it’s nice to share what you appreciate.
Another facet is when someone complains for the 100th time about Microsoft making yet another move against their own users it feels weird that they just keep with it.
You ever see someone whose clearly abused by their spouse/parent/whatever and you’re like “you gotta get away from them”…but they’re like “no it’s okay I need this, and it’s not that bad, most of the bruises are under my shirt”.
It’s sorta like that.
My OS is not abusing me. I’m fine. In fact it’s been incredibly empowering for the last 40 years. I mean it WAS abuse back then, trying to install the damn thing from those 5.25" floppies. Now it’s smooth as butter and I love it because I remember the journey from then to now so clearly.
No, it is abusing you. What you’re describing is akin to the conditioning and grooming most abusers are good at.
You just got used to all the data collection and telemetry and restrictive licenses and not owning your own computer or your software. Your abuser has made you think it’s all okay.
It’s not okay. This is the consumer abuse that the whole damn industry is getting away with.
The urge to shout “HE CAN CHANGE! YOU DON’T KNOW HIM LIKE I DO!” is pretty strong right now 🤣
I doubt MS could change for the better. People still keep on enabling them no matter how hard they hit the users or admins. Part of that is because they’ve got you reliant on them. All of your apps, all of your files, everything is in their system.
Does this sound familiar? Sort of like how abusers will control their victims financial and social activity?
Honestly I never thought of this analogy before today and it seemed to be in bad taste because of the seriousness of abuse…but the similarities are there…
The more people that use it, the more companies and individuals see that it’s a viable alternative to Windows. It’s not that we are actively affected by others using Windows, we just know how much better it is on the other side with an OS that isn’t trying to be hostile. You already know all the talking points. We just want others to stop complaining daily about how awful computers are and instead see that they don’t have to be.
I get it. You’re basically lovable hippies who found a cool thing and can’t imagine why anyone would want to use something less good (in their view). Best answer to my question so far thanks :)
Because the alternatives are just bad for everyone. It’s not just that I don’t like the software, Microsoft is an awful company all around that deserves no one’s business. Apple isn’t that much better either.
“Microsoft is an awful company all around that deserves no one’s business”
Wait… all of the 228,000 people at Microsoft don’t deserve anyone’s business? That seems harsh and a little bit of a broad brush.
No, Microsoft, the company, deserves no ones business. I don’t have any particular opinion on most people that work there.
Because if when people use shitty OSes they become angry bitches like yourself.
No need for that mate.
No need for your bitching either, yet here we are.
I’m being polite. Try it, it’s more fun :)
I am not surprised you call that being “polite”, bitch.
i really do feel sorry for you… but we all have our moments, i hope things get better for you
Ahahahah now you answering to random comments?
Guess I don’t need to pay for rent anymore 😂
I’d love to see what happens if I keep being nice and you keep doubling down on the negative vibes, but it seems to me we’re already straining several of this community’s rules so I’m gonna leave it there. Enjoy the rest of your day.




















