Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Mar 7, 2024
1 parent 64855e2 commit 3f41cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mpi/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MPI.mpiexec() do cmd
path = joinpath(testdir,file)
_cmd = `$(cmd) -np 4 --allow-run-as-root --oversubscribe $(Base.julia_cmd()) --project=. $path`
@show cmd
run(_cmd)
run(cmd)
@test true
end
end
Expand Down

0 comments on commit 3f41cda

Please sign in to comment.