File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,17 @@ version = "0.4.3"
6
6
ClusterManagers = " 34f1f09b-3a8b-5176-ab39-66d58a4d544e"
7
7
Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
8
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
+ Parameters = " d96e819e-fc66-5662-9728-84c9c7592b0a"
9
10
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
10
11
ThreadPinning = " 811555cd-349b-4f26-b7bc-1f208b848042"
12
+ UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
11
13
12
14
[compat ]
13
15
ClusterManagers = " 0.4.6"
14
16
Distributed = " 1"
15
17
LinearAlgebra = " 1"
18
+ Parameters = " 0.12, 0.13"
16
19
Pkg = " 1"
17
20
ThreadPinning = " 0.7.22"
21
+ UnPack = " 1"
18
22
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ import Pkg
13
13
import ClusterManagers
14
14
import ThreadPinning
15
15
16
+ using Parameters: @with_kw
17
+ using Unpack: @unpack
18
+
16
19
include (" threadsafe.jl" )
17
20
include (" threadlocal.jl" )
18
21
include (" onthreads.jl" )
You can’t perform that action at this time.
0 commit comments