storm-fsv-cvut / smoderp2d

SMODERP2D - Distributed event-based model for surface and subsurface runoff and erosion
https://storm-fsv-cvut.github.io/smoderp2d-manual/
GNU General Public License v3.0
8 stars 4 forks source link

parallelization #9

Open landam opened 5 years ago

landam commented 5 years ago

Issue by landam Wednesday Mar 14, 2018 at 11:56 GMT Originally opened as https://github.com/jerabekjak/smoderp/issues/9


Design computation in parallel:

Options:

  1. one matrix + tiling class
  2. each process with operate with own matrix (problem with overlaps)

Tasks:

landam commented 5 years ago

Ongoing development done by @pesekon2 using TensorFlow

landam commented 5 years ago

See ongoing GPU/Tensorflow development in tr_branch

pesekon2 commented 1 year ago

I believe that the corresponding branch tf_smoderp_issue_9_parallelization.

The one-matrix paradigm was introduced in 49b9509.