The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
66 views

How are the line and page sizes justified from the graph?

I Googled upon this paper that uses a cool way to interpret the latencies, line sizes, and page sizes of a cache from a graph like this. Apparently, the line size is where the the cache begins to ...
3
votes
3answers
234 views

CPU benchmarks for numerical kernels

CPU benchmarks available online mostly focus on desktop apps/games and rarely on serial/parallel numerical kernels, specially sparse ones (e.g., MatMult). Some benchmarks like NAS/SciMark exists but ...
4
votes
2answers
141 views

Effects of memory speed/architecture on Pardiso scaling

I am using a program that utilizes the PARDISO solver as part of the Intel math kernel library. I am currently in the process of deciding on a new computer to run the simulations on. I have a ...
28
votes
4answers
3k views

How much better are Fortran compilers really?

This question is an extension of two discussions that came up recently in the replies to "C++ vs Fortran for HPC". And it is a bit more of a challenge than a question... One of the most often-heard ...
2
votes
1answer
209 views

Benchmarking performance in CFD: how to compare machines and codes?

Informally in our lab, we have developed 2 metrics to compare CFD solvers over the range of machines we have access to. One is called COMP, which stands for COde Machine Performance. This single ...