Skip to content

Commit 6251589

Browse files
committed
Add memoryPerNode documentation
1 parent 9ac8023 commit 6251589

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/USER_GUIDE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ These options are to be used on the command line. E.g., 'IOR -a POSIX -b 4K'.
7676
-K keepFileWithError -- keep error-filled file(s) after data-checking
7777
-l storeFileOffset -- use file offset as stored signature
7878
-m multiFile -- use number of reps (-i) for multiple file count
79-
-M S memoryPerNode -- hog memory on the node
79+
-M N memoryPerNode -- hog memory on the node (e.g.: 2g, 75%)
8080
-n noFill -- no fill in HDF5 file creation
8181
-N N numTasks -- number of tasks that should participate in the test
8282
-o S testFile -- full name for test

src/ior.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ static void DisplayUsage(char **argv)
684684
" -K keepFileWithError -- keep error-filled file(s) after data-checking",
685685
" -l storeFileOffset -- use file offset as stored signature",
686686
" -m multiFile -- use number of reps (-i) for multiple file count",
687+
" -M N memoryPerNode -- hog memory on the node (e.g.: 2g, 75%)",
687688
" -n noFill -- no fill in HDF5 file creation",
688689
" -N N numTasks -- number of tasks that should participate in the test",
689690
" -o S testFile -- full name for test",

0 commit comments

Comments
 (0)