friedmud / DummyMPI.jl

A set of dummy interfaces that mimic MPI.jl for when you don't have MPI available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DummyMPI

The idea here is to mimic the interfaces in MPI.jl.

This package can then be imported instead of MPI.jl when MPI is not available.

Use like so:

import DummyMPI
MPI = DummyMPI

println(MPI.Comm_rank(MPI.COMM_WORLD))

About

A set of dummy interfaces that mimic MPI.jl for when you don't have MPI available

License:Other


Languages

Language:Julia 100.0%