fix typo
This commit is contained in:
parent
8ce81d2370
commit
bdd88eec76
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user