boostorg / boostorg/mpi

Sequential MPI

Open
#61 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
64
Forks
65
PR merge metrics
No merged PRs in 30d

Description

Some code exist in both parallel en sequential form, there are various ways to deal with that, one is the ifdef all the MPI calls, the other is to provide a dummy/empty MPI implementation.

I think it would be a good idea to provide a sequential version of Boost MPI so that users could have both parallel and sequential versions with no source code modifications.

One consequence is that we could provide that version on all platforms, even those with no MPI implementations, as users might still want the sequential version. Which could even help catching some compilations problems.

I expecting some bjam problems though...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.