See how your machine compares to the TOP500! HPL is a software package that solves a (random) dense linear system in double-precision (64-bit) arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available implementation of the High Performance Computing Linpack Benchmark.
See how your machine compares to the TOP500! HPL is a software package that solves a (random) dense linear system in double-precision (64-bit) arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available implementation of the High Performance Computing Linpack Benchmark.
To install hpl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hpl
To see what files were installed by hpl, run:
port contents hpl
To later upgrade hpl, run:
sudo port selfupdate && sudo port upgrade hpl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.