diff --git a/CPUselect.jl b/CPUselect.jl index 0bb350a..5ffd1ea 100644 --- a/CPUselect.jl +++ b/CPUselect.jl @@ -21,7 +21,7 @@ function set_parallel_mthread(parsed_args) end info("Using $N cpus in @parallel code.") - info("Using $(Threads.nthreads()) in @threads code.") + info("Using $(Threads.nthreads()) threads in @threads code.") addprocs(N) BLAS.set_num_threads(N)