Example: LU factorization¶

Objectives

  • Apply StarPU to a real algorithm.

Challenge

Parallize the finely-blocked LU factorization algorithm using StarPU.

See: Example: LU factorization