huttered40 / critter

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

Investigate tracking more advanced MPI routines #4

Closed huttered40 closed 4 years ago

huttered40 commented 5 years ago

Currently, we've been focusing on the 5 MPI routines used in cacqr2. The other routines (both those implemented in critter and those that have not been implemented yet) need to either be debugged or implemented.

Add benchmarks for:

Investigate possible errors in:

Investigate possibility of tracking:

huttered40 commented 4 years ago

I have added support for nonblocking collectives, and various MPI_Send variants. Nonblocking p2p communication has been tested.

I'd rather leave benchmarking these primitives to a separate issue, if at all.