https://github.com/acgrid/mpi-test
Demo of MPI usage, implementing revised sample sort and radix sort
https://github.com/acgrid/mpi-test
coursework mpi
Last synced: 12 months ago
JSON representation
Demo of MPI usage, implementing revised sample sort and radix sort
- Host: GitHub
- URL: https://github.com/acgrid/mpi-test
- Owner: acgrid
- Created: 2014-12-20T02:13:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T02:32:00.000Z (over 11 years ago)
- Last Synced: 2025-02-26T15:37:40.232Z (over 1 year ago)
- Topics: coursework, mpi
- Language: C
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mpi-test
========
Demo of MPI usage, implementing revised sample sort and radix sort
This demo is originally for an assignment of the course High Performance Parallel Systems by Dr. Edwin Sha.