Skip to content

Commit 841f3c5

Browse files
committed
fixup! Debug precompilation
1 parent 01038ba commit 841f3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sch/Sch.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ function finish_task!(ctx, state, node, thunk_failed)
935935
if haskey(state.waiting_data, node) && isempty(state.waiting_data[node])
936936
delete!(state.waiting_data, node)
937937
end
938-
# evict_all_chunks!(ctx, to_evict)
938+
evict_all_chunks!(ctx, to_evict)
939939
end
940940

941941
function delete_unused_tasks!(state)
@@ -975,7 +975,7 @@ function evict_all_chunks!(ctx, to_evict)
975975
if !isempty(to_evict)
976976
@sync for w in map(p->p.pid, procs_to_use(ctx))
977977
# @async remotecall_wait(evict_chunks!, w, nothing, Set{Chunk}())
978-
@async remotecall_wait(identity, w, 1)
978+
# @async remotecall_wait(identity, w, 1)
979979
end
980980
end
981981
end

0 commit comments

Comments
 (0)