@@ -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), GUSLI for storage operations
3737- ** Flexible Communication Patterns** :
3838 - ** Pairwise** : Point-to-point communication between pairs
@@ -420,7 +420,7 @@ sudo systemctl start etcd && sudo systemctl enable etcd
420420```
421421--runtime_type NAME # Type of runtime to use [ETCD] (default: ETCD)
422422--worker_type NAME # Worker to use to transfer data [nixl, nvshmem] (default: nixl)
423- --backend NAME # Communication backend [UCX, UCX_MO, GDS, GDS_MT, POSIX, GPUNETIO, Mooncake, HF3FS, OBJ, GUSLI] (default: UCX)
423+ --backend NAME # Communication backend [UCX, GDS, GDS_MT, POSIX, GPUNETIO, Mooncake, HF3FS, OBJ, GUSLI] (default: UCX)
424424--benchmark_group NAME # Name of benchmark group for parallel runs (default: default)
425425--etcd_endpoints URL # ETCD server URL for coordination (default: http://localhost:2379)
426426```
@@ -520,7 +520,7 @@ Note: storage_enable_direct is automatically enabled for GUSLI backend
520520NIXL Benchmark uses an ETCD key-value store for coordination between benchmark workers. This is useful in containerized or cloud-native environments.
521521
522522** ETCD Requirements:**
523- - ** Required** : Network backends (UCX, UCX_MO, GPUNETIO, Mooncake, Libfabric) and multi-node setups
523+ - ** Required** : Network backends (UCX, GPUNETIO, Mooncake, Libfabric) and multi-node setups
524524- ** Optional** : Storage backends (GDS, GDS_MT, POSIX, HF3FS, OBJ, GUSLI) running as single instances
525525- ** Required** : Storage backends when ` --etcd_endpoints ` is explicitly specified
526526
@@ -565,9 +565,6 @@ The workers automatically coordinate ranks through ETCD as they connect.
565565
566566# UCX with specific devices
567567./nixlbench --etcd_endpoints http://etcd-server:2379 --backend UCX --device_list mlx5_0,mlx5_1
568-
569- # UCX Memory-Only variant
570- ./nixlbench --etcd_endpoints http://etcd-server:2379 --backend UCX_MO
571568```
572569
573570** GPUNETIO Backend:**
0 commit comments