Skip to content

Commit b32e930

Browse files
traktofonandreasnoack
authored andcommitted
In tests, use the package before adding procs.
This fixes (works around?) `localpart` getting dispatched wrongly on the workers. No idea why.
1 parent 2f2ef7b commit b32e930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Test, Distributed
1+
using Test
2+
using Distributed
3+
using DistributedArrays
24

35
# add at least 3 worker processes
46
if nworkers() < 3

0 commit comments

Comments
 (0)