mdtest with fsync
 
 
 
 
Go to file
Jeff Inman b7fcafc9ec changes while trying to build on a Mac 2014-07-30 17:17:21 -06: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 Teach IOR about GPFS hints (gpfs_fcntl) 2013-10-03 18:07:49 -07:00
scripts Start with the code from IOR-2.10.3 2011-06-17 12:20:43 -07:00
src changes while trying to build on a Mac 2014-07-30 17:17:21 -06:00
testing Remove CVS references 2012-01-08 19:43:41 -08:00
.gitignore changes while trying to build on a Mac 2014-07-30 17:17:21 -06: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 Prep for tagging 3.0.1 2012-11-21 10:15:06 -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 Teach IOR about GPFS hints (gpfs_fcntl) 2013-10-03 18:07:49 -07: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.