pmodels / pilgrim

Logger for MPI communication
Other
26 stars 6 forks source link

More code on app-generator #15

Closed wangvsa closed 3 years ago

wangvsa commented 3 years ago
  1. Ignore malloc/free calls when inside MPI implementation --> reduce memory call interception overhead.
  2. Simplify symbolic id creation code for MPI_Comm
  3. Now can handle customly create MPI objects, e,g., MPI_Type_create_subarray
  4. Also handles 2D int arrays, e,g., range[][3]