Skip to content

Commit 15700e5

Browse files
remove distributed from Travis
1 parent 20b4e90 commit 15700e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bigsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ DA = zeros(N,N)
6565

6666
f(_du,_u,nothing,0.0)
6767
multithreadedf(_du,_u)
68-
distributedf(_du,_u)
68+
#distributedf(_du,_u)
6969

7070
#=
7171
using BenchmarkTools

0 commit comments

Comments
 (0)