We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c8619 commit 82c4a9fCopy full SHA for 82c4a9f
1 file changed
test/runtests.jl
@@ -64,11 +64,9 @@ end
64
@testset "MPI Local Constructors" begin
65
run_mpi_test(joinpath(@__DIR__, "test_local_constructors.jl"); nprocs=4, expect_success=true)
66
end
67
- # DISABLED: Scalar indexing removed to prevent MPI desync from AbstractArray fallbacks
68
- # TODO: Update test_indexing.jl to only test slice/range operations
69
- # @testset "MPI Indexing" begin
70
- # run_mpi_test(joinpath(@__DIR__, "test_indexing.jl"); nprocs=4, expect_success=true)
71
- # end
+ @testset "MPI Indexing" begin
+ run_mpi_test(joinpath(@__DIR__, "test_indexing.jl"); nprocs=4, expect_success=true)
+ end
72
@testset "MPI Factorization" begin
73
# Factorization test may return non-zero due to MUMPS cleanup after MPI.Finalize()
74
# Check output for actual test results instead of exit code
0 commit comments