• Mwa@lemm.ee
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    1 day ago

    Maybe windows is not used in supercomputers often because unix and linux is more flexiable for the cpus they use(Power9,Sparc,etc)

    • MajorHavoc@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      2 hours ago

      That’s certainly a big part of it. When one needs to buy a metric crap load of CPUs, one tends to shop outside the popular defaults.

      Another big reason, historically, is that Supercomputers didn’t typically have any kind of non-command-line way to interact with them, and Windows needed it.

      Until PowerShell and Windows 8, there were still substantial configuration options in Windows that were 100% managed by graphical packages. They could be changed by direct file edits and registry editing, but it added a lot of risk. All of the “did I make a mistake” tools were graphical and so unavailable from command line.

      So any version of Windows stripped down enough to run on any super-computer cluster was going to be missing a lot of features, until around 2006.

      Since Linux and Unix started as command line operating systems, both already had plenty fully featured options for Supercomputing.

    • Matt@lemmy.ml
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      edit-2
      20 hours ago

      Plus Linux doesn’t limit you in the number of drives, whereas Windows limits you from A to Z. I read it here.

      • Viper_NZ@lemmy.nz
        link
        fedilink
        arrow-up
        7
        ·
        22 hours ago

        You can mount drives against folders in windows. So while D: is one drive, D:\Logs or D:\Cake can each be a different disk.

      • ILikeBoobies@lemmy.ca
        link
        fedilink
        arrow-up
        4
        arrow-down
        3
        ·
        edit-2
        1 day ago

        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)

        • Fonzie!@ttrpg.network
          link
          fedilink
          arrow-up
          2
          ·
          2 hours ago

          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:.