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:
posted @ 2019-03-14 20:35  2021年的顺遂平安君  阅读(319)  评论(0编辑  收藏  举报