JMNocquet / pyeq36

Static and full time-dependent inversion of slip at faults from geodetic data
4 stars 0 forks source link

Building normal system for regularization from Discrete Laplace Operators only uses one CPU. #11

Closed JMNocquet closed 3 years ago

JMNocquet commented 3 years ago

[PYEQ] Building normal system for regularization from Discrete Laplace Operators only uses one CPU. This behaviour is reported for awa.

JMNocquet commented 3 years ago

In addition, it looks like it doubles memory use.

JMNocquet commented 3 years ago

This has been solved by using scipy.sparse.bsr matrix.