Skip to content

Problem with multi-threads #200

Closed
Closed
@zhaoli-IHEP

Description

@zhaoli-IHEP

We found that the default version of SymEngine.jl in Julia1.3.1 does not support multi-thread programming. And we found #166 claims SymEngineBuilder could help. However, it can be seen in build_tarballs.jl that it downloads SymEngine.jl v0.5.0 to build. Does it mean the multi-threads is only available for v0.5.0? And even though we confront the error to use build_tarballs.jl

[ ~/works/public_code/SymEngineBuilder @XEON ]:zhaoli$ julia build_tarballs.jl --help
WARNING: using HTTP.stack in module Mux conflicts with an existing identifier.
ERROR: LoadError: UndefVarError: expand_gcc_versions not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./Base.jl:13
 [2] top-level scope at /home/zhaoli/works/public_code/SymEngineBuilder/build_tarballs.jl:29
 [3] include at ./boot.jl:328 [inlined]
 [4] include_relative(::Module, ::String) at ./loading.jl:1105
 [5] include(::Module, ::String) at ./Base.jl:31
 [6] exec_options(::Base.JLOptions) at ./client.jl:287
 [7] _start() at ./client.jl:460
in expression starting at /home/zhaoli/works/public_code/SymEngineBuilder/build_tarballs.jl:29

Do we have different solution in the current version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions