Skip to content

Dev s4u terminate

Fabien Chaix requested to merge chaix/simgrid:dev-s4u-terminate into master

When we do an S4u simulation and actors have not been terminated properly, we get a segfault because smpi_process() is NULL. Clearly, if we get there the simu is not clean, but getting a segfault may confuse users. Hence, I propose to better guard this branch.

Merge request reports