We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since CpuId.cpucores() == 0 m-j-w/CpuId.jl#56 this produces a division error on precompilation
CpuId.cpucores() == 0
CPUSummary.jl/src/x86.jl
Line 30 in 6b35f33
The text was updated successfully, but these errors were encountered:
julia> using CPUSummary [ Info: Precompiling CPUSummary [2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9] ERROR: LoadError: DivideError: integer division error Stacktrace: [1] div @ ./int.jl:288 [inlined] [2] div @ ./div.jl:316 [inlined] [3] div @ ./div.jl:40 [inlined] [4] #1 @ ~/depot/packages/CPUSummary/BzuIZ/src/x86.jl:30 [inlined] [5] ntuple(f::CPUSummary.var"#1#2"{Tuple{Int32, Int32, Int32}}, n::Int64) @ Base ./ntuple.jl:19 [6] top-level scope @ ~/depot/packages/CPUSummary/BzuIZ/src/x86.jl:30 [7] include(mod::Module, _path::String) @ Base ./Base.jl:419 [8] include(x::String) @ CPUSummary ~/depot/packages/CPUSummary/BzuIZ/src/CPUSummary.jl:1 [9] top-level scope @ ~/depot/packages/CPUSummary/BzuIZ/src/CPUSummary.jl:46 [10] include @ ./Base.jl:419 [inlined] [11] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing) @ Base ./loading.jl:1554 [12] top-level scope @ stdin:1 in expression starting at ~/depot/packages/CPUSummary/BzuIZ/src/x86.jl:29 in expression starting at ~/depot/packages/CPUSummary/BzuIZ/src/CPUSummary.jl:1 in expression starting at stdin:1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Since
CpuId.cpucores() == 0
m-j-w/CpuId.jl#56
this produces a division error on precompilation
CPUSummary.jl/src/x86.jl
Line 30 in 6b35f33
The text was updated successfully, but these errors were encountered: