mpickpt / mana

MANA for MPI
35 stars 24 forks source link

[MANA-277] Fixed libs-start calculation. #284

Closed karya0 closed 1 year ago

karya0 commented 1 year ago

In some rare cases, strstr(path, ".so") would match with a temp file containing ".so" in the name -- thus throwing off our libs-start calculations. This PR makes the heuristics a bit stronger.