2017-10-19 15:18:39 -06:00
2017-11-19 15:27:34 -06:00
2021-09-01 21:04:47 +03:00
2017-10-19 15:18:39 -06:00
2017-10-19 15:18:39 -06:00
2020-12-23 17:06:56 -08:00
2020-11-03 10:01:09 +00:00
2018-10-08 13:47:28 -07:00

HPC IO Benchmark Repository Build Status

This repository contains the IOR and mdtest parallel I/O benchmarks. The official IOR/mdtest documentation can be found in the docs/ subdirectory or on Read the Docs.

Building

  1. If configure is missing from the top level directory, you probably retrieved this code directly from the repository. Run ./bootstrap to generate the configure script. Alternatively, download an official IOR release which includes the configure script.

  2. Run ./configure. For a full list of configuration options, use ./configure --help.

  3. Run make

  4. Optionally, run make install. The installation prefix can be changed via ./configure --prefix=....

Testing

  • Run make check to invoke the unit tests.
  • More comprehensive functionality tests are included in testing/. These scripts will launch IOR and mdtest via MPI.
  • Docker scripts are also provided in testing/docker/ to test various distributions at once.
Description
mdtest with fsync
Readme 2.5 MiB
Languages
C 93.3%
M4 3.8%
Shell 2.1%
Makefile 0.7%