We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bcb9b commit 492c785Copy full SHA for 492c785
test/runtests.jl
@@ -9,13 +9,13 @@ if Base.USE_GPL_LIBS
9
# Test multithreaded execution
10
@testset "threaded SuiteSparse tests" verbose = true begin
11
@testset "threads = $(Threads.nthreads())" begin
12
- include("solvers/threads.jl")
+ include("threads.jl")
13
end
14
# test both nthreads==1 and nthreads>1. spawn a process to test whichever
15
# case we are not running currently.
16
other_nthreads = Threads.nthreads() == 1 ? 4 : 1
17
@testset "threads = $other_nthreads" begin
18
- let p, cmd = `$(Base.julia_cmd()) --depwarn=error --startup-file=no solvers/threads.jl`
+ let p, cmd = `$(Base.julia_cmd()) --depwarn=error --startup-file=no threads.jl`
19
p = run(
20
pipeline(
21
setenv(
0 commit comments