benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Fortran benchmarks

Results 35 benchmarks issues
Sort by recently updated
recently updated
newest added

Hej, I've stumbled on this repo while looking for some benchmarks. I really like the idea. Given that `stdlib` is reaching some level of maturity, I believe that it is...

Examples from the article: https://doi.org/10.1155/1996/208679

We should decide on criteria for what makes a good/suitable benchmark problem and how it can be implemented.

Another HPC Benchmark: http://hpcg-benchmark.org/. The reference version is C++ with OpenMPI and OpenMP parallelization. A co-array Fortran version of the benchmark is discussed in the book by Robert W. Numrich,...

LULESH is the Livermore Unstructured Lagrangian Explicit Shock Hydrodynamics: https://asc.llnl.gov/codes/proxy-apps/lulesh This is a popular proxy app used at HPC trainings. LLNL also has an algebraic multigrid proxy app: https://asc.llnl.gov/codes/proxy-apps/amg2013

Discussed [here](http://hrtapps.com/blogs/20220427/), summarized [here](https://www.extremetech.com/extreme/334856-the-apple-m1-ultra-crushes-intel-in-computational-fluid-dynamics-performance), and at Hacker News [here](https://news.ycombinator.com/item?id=31195914). Quoting the 2nd source, "Hunter benchmarks USM3D, is described [by NASA](https://software.nasa.gov/software/LAR-16670-GS) as “a tetrahedral unstructured flow solver that has become widely...

This benchmark / example could be identical to all the Fortran versions from: https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/nbody.html We can also try a few different n-body problems.

I created a repository ([St-Maxwell/benchmark](https://github.com/St-Maxwell/benchmark)) with the use of Github workflow to perform automatic benchmarks and publish the results to Github page. I imitated Julia's [Microbenchmarks](https://github.com/JuliaLang/Microbenchmarks) to accomplish this prototype....

[TeaLeaf](https://uk-mac.github.io/TeaLeaf/) is a mini-app that solves the linear heat conduction equation on a spatially decomposed regularly grid using a 5 point stencil with implicit solvers. The GitHub repository can be...

I suggest adding the topics `benchmark`, `benchmarks`, `fortran`, `python`, `c` in the About section.