matsim-vsp/parallel_qsim_rust

Run integration tests with ci and mpi

Closed this issue · 3 comments

Maybe this is related to #36 . If we use the mpi-based simulation from now on, we need to run the integration tests within mpirun, to provide the message passing context. This can be done in a similar fashion as the rsmpi-project does it.

  • See their ci-script
  • And the script which gets executed by above build-step

This is related to #36 . Probably this can be done in one go.

@paulheinr is this done with #49? You cold close this issue if so.

Done with #49