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 #27

Closed Janekdererste closed 1 year ago

Janekdererste commented 1 year ago

This is the first implementation of a parallel simulation with mpi. I changed a few things in the existing network and parallel simulation code. Also, the parallel_simulation uses another Events-System.

@paulheinr I broke the intregration tests and set them to ignore. The parallel simulation produces protobuf events now, instead of xml events. I will open an issue to fix this, because I would rather like to merge this PR and then fix this.

paulheinr commented 1 year ago

Sure, makes absolutely sense to finish that PR and fix integration tests later on