Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maemresen/mpi-projects
Example MPI projects for Parallel Computing Course (CSE452).
https://github.com/maemresen/mpi-projects
c mpi mpi-library parallel-computing parallel-programming
Last synced: 2 days ago
JSON representation
Example MPI projects for Parallel Computing Course (CSE452).
- Host: GitHub
- URL: https://github.com/maemresen/mpi-projects
- Owner: maemresen
- License: mit
- Created: 2020-11-07T00:12:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T23:22:34.000Z (about 4 years ago)
- Last Synced: 2023-08-21T19:44:57.069Z (about 1 year ago)
- Topics: c, mpi, mpi-library, parallel-computing, parallel-programming
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MPI Example Projects
Example MPI projects for Parallel Computing Course (CSE452).
* [MPI BI-Gram Finder](./mpi-bi-gram-finder/README.md)
* [MPI Clustering](./mpi-clustering/README.md)
* [MPI Pi Number Calculation](./mpi-pi-number-calculation/README.md)