Skip to content

Commit

Permalink
Assignment for parallel + Cython exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
jussienko committed Sep 6, 2019
1 parent 8c064d3 commit 1436bf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mpi/heat-equation-cython/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Parallel heat equation with Cython kernel

In this exercise we finalize the optimization of heat equation solver by
implementing parallel program with Cythonized kernel.

That is, you should combine the implementations in
[Parallel heat equation](../heat-equation) and in
[Cythoning heat equation](../../cython/heat-equation).

0 comments on commit 1436bf0

Please sign in to comment.