Skip to content

Commit 79250cd

Browse files
committed
Fix osu_allgather function name
1 parent cf9bace commit 79250cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/osu_allgather.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from mpi4py import MPI
44

5-
def osu_bcast(
5+
def osu_allgather(
66
BENCHMARH = "MPI Allgather Latency Test",
77
skip = 1000,
88
loop = 10000,
@@ -69,4 +69,4 @@ def allocate(n):
6969

7070

7171
if __name__ == '__main__':
72-
osu_bcast()
72+
osu_allgather()

0 commit comments

Comments
 (0)