huttered40 / critter

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

Multi-threaded MPI support #46

Open huttered40 opened 4 years ago

huttered40 commented 4 years ago

Critter cannot currently support multi-threaded MPI programs. The reason is that critter uses global variables that would need to be privatized per thread.