Skip to content

Commit

Permalink
Proper test of Darcy on the cubed sphere with a pressure term in the
Browse files Browse the repository at this point in the history
mass conservation equation
  • Loading branch information
amartinhuertas committed Jul 19, 2024
1 parent fe211fa commit de041c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mpi/DarcyCubedSphereTests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# module DarcyCubedSphereTestsMPI
module DarcyCubedSphereTestsMPI
using PartitionedArrays
using Test
using FillArrays
Expand Down Expand Up @@ -115,7 +115,7 @@
end
end
with_mpi() do distribute
main(distribute,1)
main(distribute,4)
end

end #module

0 comments on commit de041c2

Please sign in to comment.