huttered40 / critter

Critical path analysis of MPI parallel programs
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Fix new symbol-timer propagation error #59

Closed huttered40 closed 4 years ago

huttered40 commented 4 years ago

After rewriting a majority of the logic for path data propagation and symbol data propagation, I have detected crashes in symbol data propagation, specifically something to do with a message of size 4 vs. recv of size 1 being matched for MPI_CHAR.

huttered40 commented 4 years ago

Fixed.