@ -2,8 +2,9 @@ using HYPRE_jll
export HYPRE_jll
using CEnum
using MPI
const MPI_Comm = Cint
const MPI_Comm = MPI.MPI_Comm
const MPI_Op = Cint
@ -10,8 +10,6 @@ using SparseArrays
using SparseMatricesCSR
using Test
Base.convert(::Type{Int32}, comm::MPI.Comm) = comm.val
# Init HYPRE and MPI
HYPRE.Init()