huttered40 / critter

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

Allow custom cost models #51

Closed huttered40 closed 3 years ago

huttered40 commented 4 years ago

For now, I have settled on the BSP model and the alpha-beta butterfly model, both of which are widely used.

It would be nice to modify the code slightly to allow users to plug in their own models for each MPI routine.