adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
32 stars 9 forks source link

More work towards using MPI with Data Assimilation #232

Closed Rombur closed 1 year ago

Rombur commented 1 year ago

The biggest change is that when computing the noise vector, we only support diagonal covariance matrix. We don't need anything else in the foreseeable future and it's harder to do in parallel than it is in serial.

CI

Rombur commented 1 year ago

I'll open a new PR with the important part of this PR since we have decided to focus on a different type of parallelization for now.