Skip to content

Commit 7e99081

Browse files
committed
Require ClusterManagers and ThreadPinning
1 parent af4b813 commit 7e99081

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ uuid = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
33
version = "0.4.3"
44

55
[deps]
6+
ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
67
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8+
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
79

810
[compat]
11+
ClusterManagers = "0.4.6"
912
Distributed = "1"
13+
ThreadPinning = "0.7.22"
1014
julia = "1.6"

src/ParallelProcessingTools.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module ParallelProcessingTools
77
using Base.Threads
88
using Distributed
99

10+
import ClusterManagers
11+
import ThreadPinning
12+
1013
include("threadsafe.jl")
1114
include("threadlocal.jl")
1215
include("onthreads.jl")

0 commit comments

Comments
 (0)