using LinearAlgebra
BLAS.get_num_threads()
returns 4.
And please find below the output of Base.JLOptions()
in PyCharm.
JLOptions(
quiet = 0,
banner = -1,
julia_bindir = "C:\\Users\\user\\AppData\\Local\\Programs\\Julia-1.6.1\\bin",
julia_bin = "C:\\Users\\user\\AppData\\Local\\Programs\\Julia-1.6.1\\bin\\julia.exe",
commands = Pair{Char, String}[],
image_file = "C:\\Users\\user\\AppData\\Local\\Programs\\Julia-1.6.1\\lib\\julia\\sys.dll",
cpu_target = "native",
nthreads = 0,
nprocs = 0,
machine_file = "",
project = "",
isinteractive = 0,
color = 0,
historyfile = 1,
startupfile = 0,
compile_enabled = 1,
code_coverage = 0,
malloc_log = 0,
opt_level = 2,
debug_level = 1,
check_bounds = 0,
depwarn = 0,
warn_overwrite = 0,
can_inline = 1,
polly = 1,
trace_compile = "",
fast_math = 0,
worker = 0,
cookie = "",
handle_signals = 1,
use_sysimage_native_code = 1,
use_compiled_modules = 1,
bindto = "",
outputbc = "",
outputunoptbc = "",
outputo = "",
outputasm = "",
outputji = "",
output_code_coverage = "",
incremental = 0,
image_file_specified = 0,
warn_scope = 1,
image_codegen = 0,
rr_detach = 0
)