IntegralEquations / HMatrices.jl

A Julia library for hierarchical matrices
MIT License
41 stars 3 forks source link

WIP: Use of `DataFlowTasks` for shared memory parallel computation #36

Closed maltezfaria closed 1 year ago

maltezfaria commented 1 year ago

This PR attempts to use DataFlowTasks for the parallel LU factorisation. It is WIP, and I am opening this before I actually start doing the work so as to keep track of the changes and difficulties.

codecov[bot] commented 1 year ago

Codecov Report

Merging #36 (b0e5017) into main (50bae4d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   71.67%   71.67%           
=======================================
  Files          15       15           
  Lines        1730     1730           
=======================================
  Hits         1240     1240           
  Misses        490      490           
Files Coverage Δ
src/utils.jl 67.44% <ø> (ø)
maltezfaria commented 1 year ago

Closing this, as it may be better to break this change into several (smaller) PRs in order to keep track of the progress.