@@ -32,7 +32,7 @@ A comprehensive benchmarking tool for the NVIDIA Inference Xfer Library (NIXL) t
3232
3333## Features
3434
35- - ** Multiple Communication Backends** : UCX, UCX_MO, GPUNETIO, Mooncake, Libfabric for network communication
35+ - ** Multiple Communication Backends** : UCX, GPUNETIO, Mooncake, Libfabric for network communication
3636- ** Storage Backend Support** : GDS, GDS_MT, POSIX, HF3FS, OBJ (S3) for storage operations
3737- ** Flexible Communication Patterns** :
3838 - ** Pairwise** : Point-to-point communication between pairs
@@ -404,7 +404,7 @@ sudo systemctl start etcd && sudo systemctl enable etcd
404404```
405405--runtime_type NAME # Type of runtime to use [ETCD] (default: ETCD)
406406--worker_type NAME # Worker to use to transfer data [nixl, nvshmem] (default: nixl)
407- --backend NAME # Communication backend [UCX, UCX_MO, GDS, GDS_MT, POSIX, GPUNETIO, Mooncake, HF3FS, OBJ] (default: UCX)
407+ --backend NAME # Communication backend [UCX, GDS, GDS_MT, POSIX, GPUNETIO, Mooncake, HF3FS, OBJ] (default: UCX)
408408--benchmark_group NAME # Name of benchmark group for parallel runs (default: default)
409409--etcd_endpoints URL # ETCD server URL for coordination (default: http://localhost:2379)
410410```
@@ -491,7 +491,7 @@ sudo systemctl start etcd && sudo systemctl enable etcd
491491NIXL Benchmark uses an ETCD key-value store for coordination between benchmark workers. This is useful in containerized or cloud-native environments.
492492
493493** ETCD Requirements:**
494- - ** Required** : Network backends (UCX, UCX_MO, GPUNETIO, Mooncake, Libfabric) and multi-node setups
494+ - ** Required** : Network backends (UCX, GPUNETIO, Mooncake, Libfabric) and multi-node setups
495495- ** Optional** : Storage backends (GDS, GDS_MT, POSIX, HF3FS, OBJ, S3) running as single instances
496496- ** Required** : Storage backends when ` --etcd_endpoints ` is explicitly specified
497497
@@ -536,9 +536,6 @@ The workers automatically coordinate ranks through ETCD as they connect.
536536
537537# UCX with specific devices
538538./nixlbench --etcd_endpoints http://etcd-server:2379 --backend UCX --device_list mlx5_0,mlx5_1
539-
540- # UCX Memory-Only variant
541- ./nixlbench --etcd_endpoints http://etcd-server:2379 --backend UCX_MO
542539```
543540
544541** GPUNETIO Backend:**
0 commit comments