Skip to content

Commit 08ae695

Browse files
authored
Add missing import
1 parent a331320 commit 08ae695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spmd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SPMD
22

3-
using Distributed: RemoteChannel, myid, procs, remote_do, remotecall_fetch
3+
using Distributed: RemoteChannel, myid, procs, remote_do, remotecall_fetch, remotecall_wait
44
using ..DistributedArrays: DistributedArrays, gather, next_did
55

66
export sendto, recvfrom, recvfrom_any, barrier, bcast, scatter, gather

0 commit comments

Comments
 (0)