Skip to content

Commit

Permalink
Fixing another test
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed May 15, 2024
1 parent 71e4721 commit 7be8d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mpi/ThermalComplianceALMTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ with_mpi() do distribute
@test main(distribute,(2,2);order=1,AD=true)
@test main(distribute,(2,2);order=2,AD=true)
@test main(distribute,(2,2);order=1,AD=false)
@test main_3d(distribute,(2,2);order=1)
@test main_3d(distribute,(2,2,1);order=1)
end

end # module
2 changes: 1 addition & 1 deletion test/mpi/ThermalComplianceALMTestsPETSc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ with_mpi() do distribute
-ksp_converged_reason -ksp_rtol 1.0e-12"
GridapPETSc.with(args=split(solver_options)) do
@test main(distribute,(2,2);order=1,AD=false)
@test main_3d(distribute,(2,2);order=1)
@test main_3d(distribute,(2,2,1);order=1)
end
end

Expand Down

0 comments on commit 7be8d6d

Please sign in to comment.