Skip to content

Commit

Permalink
Fix MPI deprecation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Nov 6, 2023
1 parent c98b87b commit cbc15de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ end

for fname in files
@info "Running $fname with $Nproc processes..."
mpiexec() do cmd
# Disable precompilation to prevent race conditions when loading
# packages.
run(`$cmd -n $Nproc $(Base.julia_cmd()) $fname`)
end
run(`$(mpiexec()) -n $Nproc $(Base.julia_cmd()) $fname`)
println()
end

0 comments on commit cbc15de

Please sign in to comment.