superkret@feddit.org to Linux@lemmy.mlEnglish · edit-22 months agoOS market share in Top 500 supercomputersfeddit.orgimagemessage-square94fedilinkarrow-up135arrow-down10file-text
arrow-up135arrow-down1imageOS market share in Top 500 supercomputersfeddit.orgsuperkret@feddit.org to Linux@lemmy.mlEnglish · edit-22 months agomessage-square94fedilinkfile-text
Source: https://en.wikipedia.org/wiki/Supercomputer_operating_system Author: https://commons.m.wikimedia.org/wiki/User:Benedikt.Seidl Data from: http://top500.org/stats
minus-squareMwa@lemm.eelinkfedilinkEnglisharrow-up0·2 months agoMaybe windows is not used in supercomputers often because unix and linux is more flexiable for the cpus they use(Power9,Sparc,etc)
minus-squareKazumara@discuss.tchncs.delinkfedilinkarrow-up1·edit-22 months agoMore importantly, they can’t adapt Windows to their needs.
minus-squareMatt@lemmy.mllinkfedilinkarrow-up0·edit-22 months agoPlus Linux doesn’t limit you in the number of drives, whereas Windows limits you from A to Z. I read it here.
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up0·edit-22 months agoFor people who haven’t installed Windows before, the default boot drive is G, and the default file system is C So you only have 25 to work with (everything but G)
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up0·2 months agoAlmost, the default boot drive is C:, everything gets mapped after that. So if you have a second HDD at D: and a disk reader at E:, any USBs you plug in would go to F:.
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up0·2 months agoWhy do you copy the boot files from C and put them in G during install then?
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·2 months agoI don’t think anybody does that, honestly.
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up1·2 months agoYou can have a helper script do it for you (the gui) but it still happening in the background
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·2 months agoThe boot files go into C:, not G:. Windows can’t operate if you did that, it doesn’t let you.
minus-squareILikeBoobies@lemmy.calinkfedilinkarrow-up1·edit-22 months agoCopy Boot Files to EFI Copy the boot files to complete the EFI partition to boot into our windows. bcdboot c:\Windows /s G: /f ALL Source: https://christitus.com/install-windows-the-arch-linux-way/
Maybe windows is not used in supercomputers often because unix and linux is more flexiable for the cpus they use(Power9,Sparc,etc)
More importantly, they can’t adapt Windows to their needs.
Plus Linux doesn’t limit you in the number of drives, whereas Windows limits you from A to Z. I read it here.
For people who haven’t installed Windows before, the default boot drive is G, and the default file system is C
So you only have 25 to work with (everything but G)
Almost, the default boot drive is C:, everything gets mapped after that. So if you have a second HDD at D: and a disk reader at E:, any USBs you plug in would go to F:.
Why do you copy the boot files from C and put them in G during install then?
I don’t think anybody does that, honestly.
You can have a helper script do it for you (the gui) but it still happening in the background
The boot files go into C:, not G:.
Windows can’t operate if you did that, it doesn’t let you.
Copy Boot Files to EFI Copy the boot files to complete the EFI partition to boot into our windows.
bcdboot c:\Windows /s G: /f ALL
Source: https://christitus.com/install-windows-the-arch-linux-way/