mirror of
https://github.com/boostorg/mpi.git
synced 2026-01-19 04:22:10 +00:00
18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"key": "mpi",
|
|
"name": "MPI",
|
|
"authors": [
|
|
"Douglas Gregor",
|
|
"Matthias Troyer"
|
|
],
|
|
"description": "Message Passing Interface library, for use in distributed-memory parallel application programming.",
|
|
"category": [
|
|
"Concurrent"
|
|
],
|
|
"maintainers": [
|
|
"K. Noel Belcourt <kbelco -at- sandia.gov>",
|
|
"Alain Miniussi <alain.miniussi -at- oca.eu>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|