mpickpt / mana

MANA for MPI
35 stars 24 forks source link

Remove redundant locks in MANA's virtual id table #262

Closed xuyao0127 closed 2 years ago

xuyao0127 commented 2 years ago

DMTCP's virtual ID table is already protected by a lock. MANA's virtual ID table uses the DMTCP's virtual ID table and adds extra locks when operating the DMTCP table.