Skip to content

Commit e9b2dd0

Browse files
authored
Merge pull request #105 from mberto79/HM/Remove-ThreadPinning
Remove ThreadPinning from test project.toml
2 parents 47ce3e6 + 32cced9 commit e9b2dd0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
77
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
88
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
99
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10-
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"

test/runtests.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@ using LinearAlgebra
33
using SparseArrays
44
using SparseMatricesCSR
55
using StaticArrays
6-
using ThreadPinning
76
using Test
87

9-
# @info "Pinning Threads"
10-
# pinthreads(:cores)
11-
12-
# @info "Setting BLAS threads to 1"
13-
# BLAS.set_num_threads(1)
14-
158
workgroupsize(mesh) = length(mesh.cells) ÷ Threads.nthreads()
169

1710
TEST_CASES_DIR = pkgdir(XCALibre, "test/0_TEST_CASES")

0 commit comments

Comments
 (0)