blob: ccd17495f8d60bbbe30a4b62ff00327aedcab958 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "mpi",
"version": "1",
"port-version": 5,
"description": "Message Passing Interface (MPI) is a standardized and portable message-passing standard designed by a group of researchers from academia and industry to function on a wide variety of parallel computing architectures. The standard defines the syntax and semantics of a core of library routines useful to a wide range of users writing portable message-passing programs in C, C++, and Fortran. There are several well-tested and efficient implementations of MPI, many of which are open-source or in the public domain.",
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "msmpi",
"platform": "windows"
},
{
"name": "openmpi",
"platform": "!windows"
}
]
}
|