mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
17 lines
755 B
JSON
17 lines
755 B
JSON
|
{
|
||
|
"name": "mpi",
|
||
|
"version-string": "1",
|
||
|
"port-version": 1,
|
||
|
"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.",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "msmpi",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "openmpi",
|
||
|
"platform": "!windows"
|
||
|
}
|
||
|
]
|
||
|
}
|