matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

Implement parallel simulation with mpi #26

Closed Janekdererste closed 1 year ago

Janekdererste commented 1 year ago

The current approach starts a main thread which

Instead we need to do all the above in parallel to do things mpi style. This requires the following

Janekdererste commented 1 year ago

Merged most of the items in PR #27