Skip to content

Commit

Permalink
[distributed] minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed Apr 29, 2024
1 parent 94b56fc commit 55a387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DistributedTests/mpi/runtests_body.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if MPI.Comm_size(MPI.COMM_WORLD) == 8
end
elseif MPI.Comm_size(MPI.COMM_WORLD) == 1
with_mpi() do distribute
all_tests(distribute,(1,1))
all_tests(distribute,(1,1,1))
end
else
MPI.Abort(MPI.COMM_WORLD,0)
Expand Down

0 comments on commit 55a387c

Please sign in to comment.