https://github.com/evcu/hpc2017
https://github.com/evcu/hpc2017
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evcu/hpc2017
- Owner: evcu
- Created: 2017-02-03T22:14:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T19:20:02.000Z (about 9 years ago)
- Last Synced: 2025-04-02T02:18:06.392Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## High Performance Computing, Spring 2017
_thought by Georg Stadler_, [class-page](http://cims.nyu.edu/~stadler/hpc17/)
- [__Homework 1__](https://github.com/evcu/hpc2017/tree/master/hw1) : Serial implementation of Jacobi smoother.
- [__Homework 2__](https://github.com/evcu/hpc2017/tree/master/hw2) : OpenMP debugging + 2D Jacobi&GaussSeidel Solver(OpenMP)
- [__Homework 3__](https://github.com/evcu/hpc2017/tree/master/hw3) : OpenMPI ring code and bandwidth experiments.
- [__Homework 4__](https://github.com/evcu/hpc2017/tree/master/hw4) : OpenMPI debugging + 2D Jacobi(OpenMPI) Blocking&Non-Blocking implementation + Sample sort implementation (OpenMPI)
- [__Homework 5__](https://github.com/evcu/hpc2017/tree/master/hw5) : 1-D OpenMPI multi-grid solver imlpementation.