README.md 539 Bytes
Newer Older
Okke van Eck's avatar
Okke van Eck committed
# Heat Equation Assignment
Okke van Eck's avatar
Okke van Eck committed

Heat Equation assignment in which participants learn about simple GPU performance analysis.  
Please refer to the "BSC_Assignment_Heat_Equation" PDF for the complete assignment.
Okke van Eck's avatar
Okke van Eck committed

Okke van Eck's avatar
Okke van Eck committed
## Credits
Okke van Eck's avatar
Okke van Eck committed

Okke van Eck's avatar
Okke van Eck committed
Much of the source is derived from the CSC summer school, which can be found
[here](https://github.com/csc-training/fortran-introduction/tree/master/heat-equation).
The image output has been removed and the code structure has changed a little bit.
Moreover, we added two GPU versions, one inefficient and one efficient.