Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ ROLE=joint RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh
### 2. Two-Node Example
- Run scheduler and servers
```bash
# Server
ROLE=server bash tests/fserver/run_multi_gpu.sh
# the first line prints scheduler ip
# server: RNIC: your first rdma nic;
ROLE=server RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh
# the first line will print scheduler ip used for worker
```

- Run workers
```bash
# worker
# worker: RNIC: your first rdma nic;
ROLE=worker RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh ${scheduler ip}
```

Expand Down