HPCG benchmark #688
Annotations
4 errors, 10 warnings, and 1 notice
HPCG / Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
PartitionedSolvers / Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples.md:303-310
```@example examples
using PartitionedSolvers
x .= 0
Pl = setup(amg(),x,A,b)
_, history = IterativeSolvers.cg!(x,A,b;Pl,log=true)
history
```
exception =
MethodError: no method matching (::PartitionedSolvers.var"#gauss_seidel_sweep_zero!#31")(::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int32}}, true}, ::SparseArrays.SparseMatrixCSC{Float64, Int32}, ::Vector{Float64}, ::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int32}}, true}, ::UnitRange{Int64})
The function `gauss_seidel_sweep_zero!` exists, but no method is defined for this combination of argument types.
Closest candidates are:
(::PartitionedSolvers.var"#gauss_seidel_sweep_zero!#31")(::Any, !Matched::SparseMatricesCSR.SparseMatrixCSR, ::Any, ::Any, ::Any)
@ PartitionedSolvers ~/work/PartitionedArrays.jl/PartitionedArrays.jl/PartitionedSolvers/src/smoothers.jl:119
Stacktrace:
[1] (::PartitionedSolvers.var"#solve!#32"{Int64, Symbol, PartitionedSolvers.var"#gauss_seidel_sweep_zero!#31"})(x::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int32}}, true}, state::Tuple{Vector{Float64}, Base.RefValue{SparseArrays.SparseMatrixCSC{Float64, Int32}}}, b::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int32}}, true}, options::@NamedTuple{zero_guess::Bool, history::Val{false}})
@ PartitionedSolvers ~/work/PartitionedArrays.jl/PartitionedArrays.jl/PartitionedSolvers/src/smoothers.jl:145
[2] #4
@ ./generator.jl:37 [inlined]
[3] iterate
@ ./generator.jl:48 [inlined]
[4] collect(itr::Base.Generator{Base.Iterators.Zip{Tuple{Vector{SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int32}}, true}}, Vector{Tuple{Vector{Float64}, Base.RefValue{SparseArrays.SparseMatrixCSC{Float64, Int32}}}}, Vector{SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int32}}, true}}, Vector{@NamedTuple{zero_guess::Bool, history::Val{false}}}}}, Base.var"#4#5"{PartitionedSolvers.var"#solve!#32"{Int64, Symbol, PartitionedSolvers.var"#gauss_seidel_sweep_zero!#31"}}})
@ Base ./array.jl:780
[5] map
@ ./abstractarray.jl:3495 [inlined]
[6] solve!
@ ~/work/PartitionedArrays.jl/PartitionedArrays.jl/PartitionedSolvers/src/smoothers.jl:206 [inlined]
[7] #solve!#12
@ ~/work/PartitionedArrays.jl/PartitionedArrays.jl/PartitionedSolvers/src/interfaces.jl:105 [inlined]
[8] solve!
@ ~/work/PartitionedArrays.jl/PartitionedArrays.jl/PartitionedSolvers/src/interfaces.jl:103 [inlined]
[9] ldiv!
@ ~/work/PartitionedArrays.jl/PartitionedArrays.jl/PartitionedSolvers/src/interfaces.jl:123 [inlined]
[10] (::PartitionedSolvers.var"#solve!#23"{Int64, Int64})(x::PVector{Vector{Float64}, Vector{Vector{Float64}}, Vector{PartitionedArrays.LocalIndicesWithConstantBlockSize{3}}, PartitionedArrays.VectorAssemblyCache{Vector{Vector{Int32}}, Vector{JaggedArray{Int32, Int32}}, Vector{JaggedArray{Float64, Int32}}, Nothing}, Float64}, state::Tuple{PVector{Vector{Float64}, Vector{Vector{Float64}}, Vector{PartitionedArrays.LocalIndicesWithConstantBlockSize{3}}, PartitionedArrays.VectorAssemblyCache{Vector{Vector{Int32}}, Vector{JaggedArray{Int32, Int32}}, Vector{JaggedArray{Float64, Int32}}, Nothing}, Float64}, PVector{Vector{Float64}, Vector{Vector{Float64}}, Vector{PartitionedArrays.LocalIndicesWithConstantBlockSize{3}}, PartitionedArrays.VectorAssemblyCache{Vector{Vector{Int32}}, Vector{JaggedArray{Int32, Int32}}, Vector{JaggedArray{Float64, Int32}}, Nothing}, Float64}, PartitionedSolvers.Preconditioner{PartitionedSolvers.LinearSolver{PartitionedSolvers.var"#setup#42"{PartitionedSolvers.LinearSolver{PartitionedSolvers.var"#setup#28", PartitionedSolvers.var"#solve!#32"{Int64, Symbol, PartitionedSolvers.var"#gauss_seidel_sweep_zero!#31"}, PartitionedSolvers.var"#update!#29", PartitionedSolvers.var"#4#7", PartitionedSolvers.var"#2#5"{PartitionedSolvers.var"#solve!#32"{Int64, Symbol, PartitionedSolvers.var"#gauss_seidel_sweep_zero!#31"}}, PartitionedSolvers.LinearSolverTraits{Val
|
Documentation
Process completed with exit code 1.
|
HPCG / Julia 1 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
HPCG / Julia 1 - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PartitionedSolvers / Julia 1 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PartitionedSolvers / Julia 1 - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PartitionedArrays / Julia 1 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PartitionedArrays / Julia 1 - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PartitionedArrays / Julia 1.6 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PartitionedArrays / Julia 1.6 - ubuntu-latest - x64 - pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|