Skip to content

Commit d5b1d19

Browse files
committed
Revert "Silence warnings about the workers dying and rescheduling JuliaParallel/Dagger.jl#536"
This reverts commit 8546ce0.
1 parent 7a2c4b6 commit d5b1d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: graphs_scheduling/src/main.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ graphs_map = Dict{String, String}(
134134
)
135135

136136
main(graphs_map)
137-
rmprocs!(Dagger.Sch.eager_context(), workers())
138-
rmprocs(workers())
137+
rmprocs(workers()) # TODO: there is some issue here, as it throws errors, and restarting the file in the REPL ignores adding the procs
139138

140139
#end # module graphs_scheduling

0 commit comments

Comments
 (0)