Skip to content

Commit

Permalink
Modified the syntax errors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng871026 authored Mar 30, 2021
1 parent b6ab6fb commit 6873b70
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ make install
```

NOTE: Compiling support for various networks or other specific hardware may
require additional command line flags when running configure.
require additional command line flags when running "configure".

### Developer Builds

Expand All @@ -69,17 +69,17 @@ penalty at run-time because of extra debugging code.
$ make -C test/gtest test
```

### Build RPM package
### Building RPM package
```bash
$ contrib/buildrpm.sh -s -b
```

### Build DEB package
### Building DEB package
```bash
$ dpkg-buildpackage -us -uc
```

### Build Doxygen documentation
### Building Doxygen documentation
```bash
$ make docs
```
Expand All @@ -92,18 +92,18 @@ $ make docs

### UCX Performance Test

Start server:
Start the server:

```sh
$ ./src/tools/perf/ucx_perftest -c 0
```

Connect client:
Connect to the client:

```sh
$ ./src/tools/perf/ucx_perftest <server-hostname> -t tag_lat -c 1
```
Note: the `-c` flag sets CPU affinity. If running both commands on same host, make sure you set the affinity to different CPU cores.
Note: The -c flag sets CPU affinity. To run both commands on the same host, set the affinity to different CPU cores.

## Our Community

Expand Down Expand Up @@ -185,7 +185,7 @@ To reference the UCX website:

## Huawei Optimization Introduction

Based on performance consideration, UCX **DO NOT** provide the functionalities related to transmission security.
Based on performance consideration, UCX **DOES NOT** provide the functionalities related to transmission security.

There are three optimized collective operations:

Expand All @@ -203,7 +203,7 @@ New algorithms are as follows:
- Topo-aware Recursive + Binomial(intra)
- Topo-aware Recursive + K-nomial(intra)

Select specific algorithm with parameters which is showed in the table below.
Select a specific algorithm with parameters which are described in the tables below.

Bcast:

Expand Down

0 comments on commit 6873b70

Please sign in to comment.