mdtest with fsync
 
 
 
 
Go to file
Julian M. Kunkel 231ebe9670 Split test. 2018-07-07 11:57:10 +01:00
config modernize configure 2017-10-19 15:18:39 -06:00
contrib Update cbif.c 2017-11-19 15:27:34 -06:00
doc Doc: add tutorial, user guide and CI 2018-03-15 21:52:34 +01:00
src Added missing file. 2018-07-07 11:57:04 +01:00
testing Split test. 2018-07-07 11:57:10 +01:00
.gitignore Doc: add tutorial, user guide and CI 2018-03-15 21:52:34 +01:00
.travis.yml Added default tests to travis. 2018-07-06 22:27:17 +01:00
AUTHORS modernize configure 2017-10-19 15:18:39 -06:00
COPYRIGHT Numerous changes to file-modes, small build-tweaks, and a tweak to aiori-S3.c 2015-05-19 09:36:28 -06:00
ChangeLog Numerous changes to file-modes, small build-tweaks, and a tweak to aiori-S3.c 2015-05-19 09:36:28 -06:00
META prep for tagging 3.1.0 2017-08-23 16:36:29 -07:00
Makefile.am Allow to use README.md instead of README. 2018-07-06 22:42:46 +01:00
NEWS modernize configure 2017-10-19 15:18:39 -06:00
README.md Docker local testing of 4 distributions. 2018-07-07 00:10:58 +01:00
README_S3 Numerous changes to file-modes, small build-tweaks, and a tweak to aiori-S3.c 2015-05-19 09:36:28 -06:00
bootstrap modernize configure 2017-10-19 15:18:39 -06:00
configure.ac Replaced getopt with an alternative version (on some machines optind was broken). 2018-07-07 08:41:33 +01:00

README.md

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

  • 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/