Skip to content
Snippets Groups Projects
Commit 6379319e authored by Sebastian Thorarensen's avatar Sebastian Thorarensen
Browse files

Rectify 'up to 60 minutes' to 'at least 60 minutes'

parent b4ac105d
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ where ...@@ -41,7 +41,7 @@ where
<threads per node> and <blocksize> will be chosen optimally for best <threads per node> and <blocksize> will be chosen optimally for best
performance. <bytes per thread> will be chosen so that the write and performance. <bytes per thread> will be chosen so that the write and
read phases run for up to 60 minutes each. read phases run for at least 60 minutes each.
Results will be evaluated by looking at the "WRITE" and "READ" sections Results will be evaluated by looking at the "WRITE" and "READ" sections
in the table output from elbencho on stdout. The row "Elapsed time" in in the table output from elbencho on stdout. The row "Elapsed time" in
...@@ -77,7 +77,7 @@ where ...@@ -77,7 +77,7 @@ where
<threads per node> will be chosen optimally for best performance. <threads per node> will be chosen optimally for best performance.
<bytes per thread> will be chosen so that the write and read phases runs <bytes per thread> will be chosen so that the write and read phases runs
for up to 60 minutes each. for at least 60 minutes each.
Results will be evaluated by looking at the "WRITE" and "READ" sections Results will be evaluated by looking at the "WRITE" and "READ" sections
in the table output from elbencho on stdout. The row "Elapsed time" in in the table output from elbencho on stdout. The row "Elapsed time" in
...@@ -112,7 +112,7 @@ where ...@@ -112,7 +112,7 @@ where
<threads per node> will be chosen optimally for best performance. <threads per node> will be chosen optimally for best performance.
<number of files> will be chosen so that each phase; create, stat, and <number of files> will be chosen so that each phase; create, stat, and
delete; runs for up to 60 minutes. delete; runs for at least 60 minutes.
Results will be evaluated by looking at the "WRITE", "STAT", and Results will be evaluated by looking at the "WRITE", "STAT", and
"RMFILES" sections in the table output from elbencho on stdout. The "RMFILES" sections in the table output from elbencho on stdout. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment