mdtest with fsync
 
 
 
 
Go to file
Christopher J. Morrone 253941fc6c Fix "make dist" 2012-01-08 20:31:01 -08:00
config Make IOR get its version from a META file. 2011-10-27 18:46:30 -07:00
contrib Remove CVS references 2012-01-08 19:43:41 -08:00
doc Fix "make dist" 2012-01-08 20:31:01 -08:00
scripts Start with the code from IOR-2.10.3 2011-06-17 12:20:43 -07:00
src Measure and print file unlink time. 2012-01-08 19:43:41 -08:00
testing Remove CVS references 2012-01-08 19:43:41 -08:00
COPYRIGHT Start with the code from IOR-2.10.3 2011-06-17 12:20:43 -07:00
ChangeLog Rename RELEASE_LOG to ChangeLog and update 2012-01-08 19:43:33 -08:00
META Fix "make dist" 2012-01-08 20:31:01 -08:00
Makefile.am Fix "make dist" 2012-01-08 20:31:01 -08:00
README Update documentation 2012-01-08 19:43:41 -08:00
bootstrap Begin conversion to autoconf 2011-10-27 17:45:09 -07:00
configure.ac Fix "make dist" 2012-01-08 20:31:01 -08:00

README

Building
--------

0. 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.

1. Run "./configure"

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

2. Run "make"

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