Julia 语言

同时安装多个库

Pkg.add.(["IJulia", "Combinatorics", "Plots", "TaylorSeries"])

设置并行线程数

export JULIA_NUM_THREADS=4 #The number of threads Julia starts up with is controlled by an environment variable called JULIA_NUM_THREADS. Now, let's start up Julia with 4 threads:
上一篇:kali 下的轻量级dns扫描工具


下一篇:14.6.6 Configuring Thread Concurrency for InnoDB