Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelchcki/mpi
https://github.com/pawelchcki/mpi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pawelchcki/mpi
- Owner: pawelchcki
- License: mit
- Created: 2016-01-10T11:07:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T17:17:06.000Z (almost 9 years ago)
- Last Synced: 2024-04-18T04:11:48.885Z (8 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Comiling ###
To compile this you need OpenMPI and Boost packages installed on your system. As well as CMake and other build tools
```
cmake .
make all
```