This commit is contained in:
kalmarek 2017-11-06 14:49:59 +01:00
parent 8ce81d2370
commit bdd88eec76
1 changed files with 1 additions and 1 deletions

View File

@ -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)