From 18d6ed753a2eeb05a7603ef15a917a8cf373b202 Mon Sep 17 00:00:00 2001 From: "Brett M. Kettering" Date: Fri, 4 Sep 2015 12:46:35 -0600 Subject: [PATCH] Added documenation for HDFS, S3, and S3_EMC APIs. --- doc/USER_GUIDE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/USER_GUIDE b/doc/USER_GUIDE index 74ba6ae..20f8ecb 100755 --- a/doc/USER_GUIDE +++ b/doc/USER_GUIDE @@ -52,7 +52,7 @@ Two ways to run IOR: * 3. OPTIONS * ************** These options are to be used on the command line. E.g., 'IOR -a POSIX -b 4K'. - -a S api -- API for I/O [POSIX|MPIIO|HDF5|NCMPI] + -a S api -- API for I/O [POSIX|MPIIO|HDF5|HDFS|S3|S3_EMC|NCMPI] -A N refNum -- user reference number to include in long summary -b N blockSize -- contiguous bytes to write per task (e.g.: 8, 4k, 2m, 1g) -B useO_DIRECT -- uses O_DIRECT for POSIX, bypassing I/O buffers @@ -121,8 +121,8 @@ GENERAL: * refNum - user supplied reference number, included in long summary [0] - * api - must be set to one of POSIX, MPIIO, HDF5, or NCMPI - depending on test [POSIX] + * api - must be set to one of POSIX, MPIIO, HDF5, HDFS, S3, + S3_EMC, or NCMPI, depending on test [POSIX] * testFile - name of the output file [testFile] NOTE: with filePerProc set, the tasks can round @@ -387,7 +387,7 @@ various application codes. Details are included in each script as necessary. An example of a script: ===============> start script <=============== IOR START - api=[POSIX|MPIIO|HDF5|NCMPI] + api=[POSIX|MPIIO|HDF5|HDFS|S3|S3_EMC|NCMPI] testFile=testFile hintsFileName=hintsFile repetitions=8