我正在使用Pkg模块安装一个包: using PkgPkg.checkout("Flux") # for the bleeding edge versionof Flux 它失败了,错误是: Updating registry at `~/.julia/registries/General`
Updating git-repo `git://github.com/environments/v1.3
我的理解是,默认情况下,并行化包含在基本Julia安装中。nprocs()ERROR: UndefVarError: nprocs not defined [1] top-level scope at none:0
在任何Julia文档中,我都没有提到为了使用这些函数而需要包含的任何包。我在JuliaPro/Atom IDE中使用Julia版本1.0.5
@ccallable function julia_main(ARGS::Vector{String})::Cintendusing ApplicationBuilderbuild_app_bundle("D:\\Julia\\my_julia_main.jl", appname="Hello")build_app_bundle("D:\\Julia\\my_julia_main.j