Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 706 Bytes

index.md

File metadata and controls

24 lines (19 loc) · 706 Bytes
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 %}

Prerequisites

  • 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 %}