From d29de778d2c1419e6980bd4ef97bed5d152382f5 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 2 Jun 2021 16:27:10 -0400 Subject: [PATCH] typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 513b1cf..80a05ed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If CUDA is detected, additional binaries can be built. | name | Kind | Reqs. | Ranks | Description | |-------------------|-----------|----------|-------|-------------| |[hello-world][1] | Test | MPI | 1+ | an MPI hello-world | -|[one-sided`][2] | Test | MPI | 2 | one-sided communication | +|[one-sided][2] | Test | MPI | 2 | one-sided communication | |[one-sided-gpu][3] | Test | MPI+CUDA | 2 | one-sided communication on GPU buffer | |[persistent][4] | Benchmark | MPI | 2 | ping-pong time for persistent Send/Recv | |[send-recv][5] | Benchmark | MPI | 2 | ping-pong time for Send/Recv | @@ -52,8 +52,8 @@ Execute any binary you want using `mpirun`, or whatever is appropriate for your ### Summit -1 node: `jsrun -n 1 ./persistent` -2 nodes: `jsrun -n 2 -r 1 -a 1 ./persistent` +* 1 node: `jsrun -n 1 ./persistent` +* 2 nodes: `jsrun -n 2 -r 1 -a 1 ./persistent` ## Notes on specific platforms