Skip to content

Commit ea35b74

Browse files
authored
Create osu_benchmark.md
1 parent cf4fecf commit ea35b74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: osu_benchmark.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Testing latency b/w 2 nodes
2+
- Prepare a template file
3+
- bash orchestrator.sh
4+
```sh
5+
#!/bin/bash
6+
for i in {004,005,006}
7+
do
8+
echo -n "$i"
9+
sed "s/XXX/${i}/" template > $i.host
10+
mpirun -np 2 -machinefile ./$i.host /opt/osu_benchmark/bin/pt2pt/osu_latency |& tee log.$i
11+
```

0 commit comments

Comments
 (0)