Skip to content

Commit e347baf

Browse files
committed
Update README.
1 parent 361b7eb commit e347baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ addprocs(8)
322322
@everywhere using DistributedArrays.SPMD
323323
324324
d_in=d=DArray(I->fill(myid(), (map(length,I)...,)), (nworkers(), 2), workers(), [nworkers(),1])
325-
d_out=ddata(); # TODO cannot show
325+
d_out=ddata();
326326
327327
# define the function everywhere
328328
@everywhere function foo_spmd(d_in, d_out, n)

0 commit comments

Comments
 (0)