Skip to content

Commit 035908b

Browse files
fix bigsystem test
1 parent 81954b6 commit 035908b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/bigsystem.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ f(du,u,nothing,0.0)
4747

4848
multithreadedf = eval(ModelingToolkit.build_function(du,u,parallel=ModelingToolkit.MultithreadedForm())[2])
4949

50+
MyA = zeros(N,N);
51+
AMx = zeros(N,N);
52+
DA = zeros(N,N);
5053
# Loop to catch syncronization issues
5154
for i in 1:100
5255
_du = rand(N,N,3)

0 commit comments

Comments
 (0)