TheFighters / Smith-Waterman

Parallel implementation of Smith–Waterman using OpenMP
MIT License
8 stars 16 forks source link

fixing a data race #3

Closed chunhualiao closed 4 years ago

chunhualiao commented 4 years ago

Both read and write access to *maxPos should be protected.