An open API service indexing awesome lists of open source software.

https://github.com/evcu/hpc2017


https://github.com/evcu/hpc2017

Last synced: about 1 year ago
JSON representation

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.