{"library":"mpi","type":"library","category":null,"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.","language":"cpp","status":"active","version":"1","tags":["parallel","hpc","message-passing","distributed-computing","scientific-computing"],"last_verified":"Wed Jun 17","install":[{"cmd":"vcpkg install mpi","imports":["#include <mpi.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(mpi CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE MPI::MPI_CXX)","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}