From 528d2026a48a696435cbac450a804655c186621d Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Tue, 11 Dec 2018 17:32:08 -0500 Subject: [PATCH] document timeout (busy spin) cmd line args --- perf-regression/margo-p2p-bw.c | 3 ++- perf-regression/margo-p2p-latency.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/perf-regression/margo-p2p-bw.c b/perf-regression/margo-p2p-bw.c index 6bb0e81..a7b7608 100644 --- a/perf-regression/margo-p2p-bw.c +++ b/perf-regression/margo-p2p-bw.c @@ -405,7 +405,8 @@ static void usage(void) "\t-n - na transport\n" "\t[-c concurrency] - number of concurrent operations to issue with ULTs\n" "\t[-T -n \n" "\t-i - number of RPC iterations\n" "\t-n - 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\texample: mpiexec -n 2 ./margo-p2p-latency -i 10000 -n verbs://\n" "\t\t(must be run with exactly 2 processes\n"); -- 2.26.2