layout | root | permalink |
---|---|---|
lesson |
. |
index.html |
This repository contains a walkthrough on the High-Performance Linpack (HPL) and High-Performance Conjugate Gradient (HPCG) benchmarks.
{% comment %} This is a comment in Liquid {% endcomment %}
- Access to a compute resource running Linux
- Command-line utilities: screen, git
- Compiler for C/C++:
- [Debian/Ubuntu/Mint] apt-get install build-essential
- [CentOS/RHEL] yum install gcc gcc-c++ make
{: .prereq}
{% include links.md %}