From bc2db7159f0ea19b9fa681ab9e22ed62e495ae95 Mon Sep 17 00:00:00 2001 From: termi-official Date: Tue, 4 Oct 2022 17:07:39 +0200 Subject: [PATCH] Fix MPI.Comm conversion --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index b6baa88..22079e5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -10,6 +10,8 @@ using SparseArrays using SparseMatricesCSR using Test +Base.convert(::Type{Int32}, comm::MPI.Comm) = comm.val + # Init HYPRE and MPI HYPRE.Init()