We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe60a4 commit 0ca27b5Copy full SHA for 0ca27b5
Project.toml
@@ -10,6 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
11
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
12
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
13
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
15
16
[weakdeps]
@@ -26,6 +27,7 @@ LinearAlgebra = "1"
26
27
Logging = "1"
28
Parameters = "0.12, 0.13"
29
Pkg = "1"
30
+Random = "1"
31
Sockets = "1"
32
ThreadPinning = "1"
33
julia = "1.10"
src/ParallelProcessingTools.jl
@@ -9,6 +9,7 @@ using Distributed
9
import LinearAlgebra
import Pkg
+import Random # Required by ThreadPinning extention
import Sockets
import ClusterManagers
0 commit comments