Skip to content

Commit

Permalink
Testing example004 with MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed Feb 9, 2024
1 parent bd6a326 commit 1144f0a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module TMP

using PartitionedArrays

include(joinpath("..","example004_defs.jl"))
with_mpi(example004_tests_np_4)

end # module
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module Example004Tests

using MPI

include("run_mpi_driver.jl")

file = joinpath(@__DIR__,"example004_driver_np_4.jl")
run_mpi_driver(file;procs=4)

end # module

0 comments on commit 1144f0a

Please sign in to comment.