Skip to content

Commit b0a6779

Browse files
committed
set LOADPATH in @Everywhere
1 parent cab626e commit b0a6779

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/precompile_test.jl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
using Test
22
using ModelingToolkit
33

4+
using Distributed
5+
46
# Test that the precompiled ODE system works
5-
push!(LOAD_PATH, joinpath(@__DIR__, "precompile_test"))
7+
@everywhere push!(LOAD_PATH, joinpath(@__DIR__, "precompile_test"))
8+
69
using ODEPrecompileTest
710

811
u = collect(1:3)

0 commit comments

Comments
 (0)