Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Apr 7, 2024
1 parent c2b1cad commit 26aa6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Applications/mpi/NavierStokesGMG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("../NavierStokesGMG.jl")

with_mpi() do distribute
NavierStokesGMGApplication.main(distribute,4,(8,8))
#NavierStokesGMGApplication.main(distribute,4,(4,4,4))
NavierStokesGMGApplication.main(distribute,4,(4,4,4))
end

end

0 comments on commit 26aa6f9

Please sign in to comment.