pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Refactor MPI handling in TPS #211

Closed uvilla closed 1 year ago

uvilla commented 1 year ago

Interfaces with python/PARLA require that the MPI_Init is called from the main executable and not by the TPS::Tps class.

To this aims, this PR introduce the following changes:

TODOs: