Skip to content

Commit

Permalink
wait for rmprocs task completion (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila authored Oct 15, 2024
1 parent d2d0d77 commit 1397376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/schedule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ function (@main)(raw_args)

if length(workers()) > 1
rmprocs!(Dagger.Sch.eager_context(), workers())
rmprocs(workers())
workers() |> rmprocs |> wait
end
end

0 comments on commit 1397376

Please sign in to comment.