8000 GitHub - johnbent/ior-1: IOR (Interleaved or Random) is a parallel I/O benchmark that is well accepted in the file system benchmark world. This repository is here to support changes that LANL employees have made to it to support new I/O modes. We have been unsuccessful at getting the folks who manage https://github.com/chaos/ior to respond to requests to merge changes to that repository, so we will work from here.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ior-1 Public
forked from hpc/ior

IOR (Interleaved or Random) is a parallel I/O benchmark that is well accepted in the file system benchmark world. This repository is here to support changes that LANL employees have made to it to support new I/O modes. We have been unsuccessful at getting the folks who manage https://github.com/chaos/ior to respond to requests to merge changes t…

Notifications You must be signed in to change notification settings

johnbent/ior-1

 
 

Repository files navigation

HPC IO Benchmark Repository Build Status

This repo now contains both IOR and mdtest. See also NOTES.txt

Building

  1. If "configure" is missing from the top level directory, you probably retrieved this code directly from the repository. Run "./bootstrap".

    If your versions of the autotools are not new enough to run this script, download and official tarball in which the configure script is already provided.

  2. Run "./configure"

    See "./configure --help" for configuration options.

  3. Run "make"

  4. Optionally, run "make install". The installation prefix can be changed as an option to the "configure" script.

Testing

Run "make check" to invoke the unit test framework of Automake.

  • To run basic functionality tests that we use for continuous integration, see ./testing/
  • There are docker scripts provided to test various distributions at once.
  • See ./testing/docker/

About

IOR (Interleaved or Random) is a parallel I/O benchmark that is well accepted in the file system benchmark world. This repository is here to support changes that LANL employees have made to it to support new I/O modes. We have been unsuccessful at getting the folks who manage https://github.com/chaos/ior to respond to requests to merge changes t…

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.6%
  • M4 3.6%
  • Shell 2.1%
  • Other 0.7%
0