Skip to content

Quick and dirty support of SendRecv in time-independent traces

Fabien Chaix requested to merge chaix/simgrid:support-sendrecv-ti into master

I have an application that uses sendrecv, which are captured in TI mode, but not replayed. I made a fast try to implement it, and it seems that my application moves forward, but eventually gets into a deadlock. I am uncertain whether my patch was just too dirty, or if other events cause this issue though.

Here is the script and platforms I use (the script will need to be edited thought) lammps_ti.tar.gz

Merge request reports