Ho-Lab-Colostate / zhunt

An algorithm for predicting the propensity of DNA to flip from the B-form to the Z-form
5 stars 1 forks source link

Parallelize calculate_zscore #6

Open ethho opened 4 years ago

ethho commented 4 years ago

Function calculate_zscore in zhunt3.c. Two nested for loops are ripe for parallelizing using library such as pthread.h.