Skip to content

Commit

Permalink
Add memoryPerNode documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
morrone committed Jan 13, 2012
1 parent 9ac8023 commit 6251589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/USER_GUIDE
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ These options are to be used on the command line. E.g., 'IOR -a POSIX -b 4K'.
-K keepFileWithError -- keep error-filled file(s) after data-checking
-l storeFileOffset -- use file offset as stored signature
-m multiFile -- use number of reps (-i) for multiple file count
-M S memoryPerNode -- hog memory on the node
-M N memoryPerNode -- hog memory on the node (e.g.: 2g, 75%)
-n noFill -- no fill in HDF5 file creation
-N N numTasks -- number of tasks that should participate in the test
-o S testFile -- full name for test
Expand Down
1 change: 1 addition & 0 deletions src/ior.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ static void DisplayUsage(char **argv)
" -K keepFileWithError -- keep error-filled file(s) after data-checking",
" -l storeFileOffset -- use file offset as stored signature",
" -m multiFile -- use number of reps (-i) for multiple file count",
" -M N memoryPerNode -- hog memory on the node (e.g.: 2g, 75%)",
" -n noFill -- no fill in HDF5 file creation",
" -N N numTasks -- number of tasks that should participate in the test",
" -o S testFile -- full name for test",
Expand Down

0 comments on commit 6251589

Please sign in to comment.