Skip to content

Commit 315999c

Browse files
committed
fixed leftover debug setting
1 parent b40dcde commit 315999c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/p_sparse_matrix.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ function psparse_assemble_impl(A::PSparseMatrix{V,B,C,D,Tv} where {V,B,C,D},
16841684
t_I = exchange(I_snd,graph)
16851685
t_J = exchange(J_snd,graph)
16861686
t_V = exchange(V_snd,graph)
1687-
@sync begin
1687+
@fake_async begin
16881688
I_rcv = fetch(t_I)
16891689
J_rcv = fetch(t_J)
16901690
V_rcv = fetch(t_V)
@@ -1943,7 +1943,7 @@ function psparse_consistent_impl(A::PSparseMatrix{V,B,C,D,Tv} where {V,B,C,D},
19431943
t_I = exchange(I_snd,graph)
19441944
t_J = exchange(J_snd,graph)
19451945
t_V = exchange(V_snd,graph)
1946-
@sync begin
1946+
@fake_async begin
19471947
I_rcv = fetch(t_I)
19481948
J_rcv = fetch(t_J)
19491949
V_rcv = fetch(t_V)

times.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dict{String, @NamedTuple{min::Float64, max::Float64, avg::Float64}}("Phase 143" => (min = 0.2010888, max = 0.2010888, avg = 0.2010888), "Phase 3" => (min = 1.0e-7, max = 1.0e-7, avg = 1.0e-7), "Matrix Assembly" => (min = 0.4020026, max = 0.4020026, avg = 0.4020026), "Phase 1" => (min = 5.0e-7, max = 5.0e-7, avg = 5.0e-7))

0 commit comments

Comments
 (0)