https://github.com/JuliaParallel/MPI.jl
Raw File
Tip revision: b6a278be622dd75c233f87bfe3e34d88f3919391 authored by Simon Byrne on 05 October 2022, 17:09:07 UTC
Bump version to 0.20.1 (#669)
Tip revision: b6a278b
test_misc.jl
include("common.jl")

MPI.Init()

@test MPI.Get_processor_name() isa String

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