Skip to content

Commit 230b63b

Browse files
fhagemannoschulz
authored andcommitted
Bug fix in ParallelProcessingToolsThreadPinningExt.jl
1 parent d76832e commit 230b63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ParallelProcessingToolsThreadPinningExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ ParallelProcessingTools._getcpuids_impl(::Val{true}) = ThreadPinning.getcpuids()
194194
else #! _threadpinning_supported
195195

196196

197-
ThreadPinning.pinthreads(ParallelProcessingTools.AutoThreadPinning) = nothing
197+
ThreadPinning.pinthreads(::ParallelProcessingTools.AutoThreadPinning) = nothing
198198

199199

200200
end # if _threadpinning_supported

0 commit comments

Comments
 (0)