News: 0001464168

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Linux Foundation Launches The High Performance Software Foundation

([Free Software] 5 Hours Ago High Performance Software Foundation)


Back at Supercomputing 23, the Linux Foundation announced their intent on forming the [1]High Performance Software Foundation for helping to advance open-source software for high performance computing (HPC). The Linux Foundation is now using ISC 24 this week in Hamburg, Germany for announcing that the High Performance Software Foundation has launched.

The High Performance Software Foundation is now established and with a state goal of:

"HPSF aims to build, promote, and advance a portable core software stack for high performance computing (HPC) by increasing adoption, lowering barriers to contribution, and supporting development efforts.

...

HPSF benefits from strong support across the HPC landscape, including Premier Members Amazon Web Services (AWS), Hewlett Packard Enterprise (HPE), Lawrence Livermore National Laboratory (LLNL), and Sandia National Laboratories (SNL); General Members AMD, Argonne National Laboratory (ANL), Intel, Kitware, Los Alamos National Laboratory (LANL), NVIDIA, and Oak Ridge National Laboratory (ORNL); and Associate Members University of Maryland, University of Oregon, and Centre for Development of Advanced Computing (C-DAC). HPSF will set up a technical advisory committee (TAC) to manage working groups tackling a variety of HPC topics. Drawing from member organizations and community participants, the TAC will follow a governance model based on the Cloud Native Computing Foundation (CNCF). "

Fairly broad participation across the industry, including from AMD, Intel, and NVIDIA but somewhat surprisingly not Arm.

The HPSF will be working on open-source projects such as the Spack package manager, Kokkos, Viskores, the HPCToolkit, Apptainer, and E4S. There will also be initiatives around architecture support, performance testing and benchmarking, and collaborating with other Linux Foundation projects.

See today's [2]press release for more details. The foundation's new website can be found at [3]HPSF.io .



[1] https://www.phoronix.com/news/High-Performance-Software-HPSF

[2] https://www.linuxfoundation.org/press/linux-foundation-announces-the-launch-of-the-high-performance-software-foundation

[3] https://hpsf.io/



Danny3

Jumbotron

skeevy420

CommunityMember

rene

JPFSanders

numacross

Jakobson

Jumbotron

Unobfuscated Perl (#2)

A rogue group of Perl hackers has presented a plan to add a "use
really_goddamn_strict" pragma that would enforce readability and
UNobfuscation. With this pragma in force, the Perl compiler might say:

* Warning: Write-only code detected between lines 612 and 734. While this
code is perfectly legal, you won't have any clue what it does in two
weeks. I recommend you start over.

* Warning: Code at line 1,024 is indistinguishable from line noise or the
output of /dev/random

* Warning: Have you ever properly indented a piece of code in your entire
life? Evidently not.

* Warning: I think you can come up with a more descriptive variable name than
"foo" at line 1,523.

* Warning: Programmer attempting to re-invent the wheel at line 2,231.
There's a function that does the exact same thing on CPAN -- and it
actually works.