Skip to content

Commit fb1c1e9

Browse files
committed
Remove SSH support
1 parent 6a38dde commit fb1c1e9

File tree

2 files changed

+52
-532
lines changed

2 files changed

+52
-532
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -98,26 +98,6 @@ cmake --build . --target rrun
9898
./tools/rrun -v -n 4 -g 0,1,2,3 ./benchmarks/bench_comm -C ucxx-bootstrap
9999
```
100100

101-
#### Multi-Node Usage (SSH)
102-
103-
```bash
104-
# Create hostfile
105-
cat > hosts.txt << EOF
106-
node1 slots=8 gpus=0,1,2,3,4,5,6,7
107-
node2 slots=8 gpus=0,1,2,3,4,5,6,7
108-
EOF
109-
110-
# Launch across multiple nodes
111-
./tools/rrun --hostfile hosts.txt \
112-
-d /shared/nfs/coord \
113-
./benchmarks/bench_comm -C ucxx-bootstrap
114-
115-
# With processes per node override
116-
./tools/rrun --hostfile hosts.txt --ppn 4 \
117-
-d /shared/nfs/coord \
118-
./benchmarks/bench_comm -C ucxx-bootstrap
119-
```
120-
121101
## Algorithms
122102
### Table Shuffle Service
123103
Example of a MPI program that uses the shuffler:

0 commit comments

Comments
 (0)