https://github.com/JuliaParallel/MPI.jl
Raw File
Tip revision: 2a2bd68a6dc53660108bbc16690e4972de6318d5 authored by Ludovic Räss on 09 July 2023, 20:36:18 UTC
Bump AMDGPU compat (#743)
Tip revision: 2a2bd68
test_misc.jl
include("common.jl")

MPI.Init()

@test MPI.Get_processor_name() isa String

MPI.Finalize()
@test MPI.Finalized()
back to top