Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
528d2026
Commit
528d2026
authored
Dec 11, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document timeout (busy spin) cmd line args
parent
4c893265
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
perf-regression/margo-p2p-bw.c
perf-regression/margo-p2p-bw.c
+2
-1
perf-regression/margo-p2p-latency.c
perf-regression/margo-p2p-latency.c
+2
-1
No files found.
perf-regression/margo-p2p-bw.c
View file @
528d2026
...
...
@@ -405,7 +405,8 @@ static void usage(void)
"
\t
-n <na> - na transport
\n
"
"
\t
[-c concurrency] - number of concurrent operations to issue with ULTs
\n
"
"
\t
[-T <os threads] - number of dedicated operating system threads to run ULTs on
\n
"
"
\t
[-d filename] - enable diagnostics output
\n
"
"
\t
[-d filename] - enable diagnostics output
\n
"
"
\t
[-t client_progress_timeout,server_progress_timeout] # use
\"
-t 0,0
\"
to busy spin
\n
"
"
\t\t
example: mpiexec -n 2 ./margo-p2p-bw -x 4096 -D 30 -n verbs://
\n
"
"
\t\t
(must be run with exactly 2 processes
\n
"
);
...
...
perf-regression/margo-p2p-latency.c
View file @
528d2026
...
...
@@ -293,7 +293,8 @@ static void usage(void)
"margo-p2p-latency -i <iterations> -n <na>
\n
"
"
\t
-i <iterations> - number of RPC iterations
\n
"
"
\t
-n <na> - na transport
\n
"
"
\t
[-d filename] - enable diagnostics output
\n
"
"
\t
[-d filename] - enable diagnostics output
\n
"
"
\t
[-t client_progress_timeout,server_progress_timeout] # use
\"
-t 0,0
\"
to busy spin
\n
"
"
\t\t
example: mpiexec -n 2 ./margo-p2p-latency -i 10000 -n verbs://
\n
"
"
\t\t
(must be run with exactly 2 processes
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment