matsim-vsp / parallel_qsim_rust

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

Send population #115

Closed Janekdererste closed 8 months ago

Janekdererste commented 8 months ago

Fixes #39 Instead of sending the data, we process the input data in one process. Then we write the partitioned network, as well as the partitioned plans, into the output folder. Each process reads in their input files now. Since we are using a binary file format, things work pretty quickly this way.

This involves