DARPA/DOE HPCchallange benchmark

Piotr Luszczek

ICL
Innovative Computing Laboratory

Table of Contents
1. Introduction
2. Compiling
3. Configuration
4. Running

1. Introduction

This is a suite of benchmarks that measure performance of CPU, memory subsytem and the interconnect. For details refer to the HPCchallenge web site.

In essence, HPCchallange consists of a number of subbenchmarks each of which tests different aspect of the system.

If you familiar with the HPL benchmark code (see the HPL web site) then you can reuse the configuration file and the input file that you already have for HPL. The HPCchallange benchmark includes HPL and uses its configuration and input files with only slight modifications.


2. Compiling

The first step is to create a configuration file that reflects characteristics of your machine. The configuration file should be created in the hpl directory. This directory contains instructions (files README and INSTALL) on how to create the configuration file. This file is reused by all the components of the HPCchallange suite.

When configuration is done, a file should exists in the hpl whose name starts with Make. and ends with a name for the system used for tests. For example, if the name for the system is Unix, the file should be named Make.Unix.

To build the benchmark executable (for a system named Unix) type: make arch=Unix. This command should be run in the current (not in hpl) directory. It will look in the hpl directory for the configuration file and use it to build the benchmark executable.


3. Configuration

The HPCchallange is drivien by a short input file named hpccinf.txt that is almost the same as the input file for HPL. Refer to the directory hpl/www/tuning.html for details about the input file for HPL. A sample input file is included with HPCchallange distribution.

The differences between HPL input file and HPCchallange input file can be summarized as follows:

The additional lines in the HPCchallenge input file (compared to the HPL input file) are:

Just for completeness, here is the list of lines of the input file and brief description of their meaning:


4. Running

It is hard to describe all the possible ways that the HPCchallange benchmark should be run and various systems. A simple example with addition explanation is provided. An example command to run the benchmark could like like this: mpirun -np 4 hpcc. The meaning of the command's components is as follows: