Browse Source

Fix MPI.Comm conversion

pull/2/head
termi-official 3 years ago
parent
commit
bc2db7159f
  1. 2
      test/runtests.jl

2
test/runtests.jl

@ -10,6 +10,8 @@ using SparseArrays
using SparseMatricesCSR using SparseMatricesCSR
using Test using Test
Base.convert(::Type{Int32}, comm::MPI.Comm) = comm.val
# Init HYPRE and MPI # Init HYPRE and MPI
HYPRE.Init() HYPRE.Init()

Loading…
Cancel
Save