https://github.com/JuliaParallel/MPI.jl
Raw File
Tip revision: 69ce0bf5c15e4a29cb4a4c3df3e8d02f3e9ba0ad authored by Simon Byrne on 23 January 2023, 18:49:26 UTC
Tag v0.20.8 (#712)
Tip revision: 69ce0bf
test_misc.jl
include("common.jl")

MPI.Init()

@test MPI.Get_processor_name() isa String

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