Research Article

A Parallel Framework for Multipoint Spiral Search in ab Initio Protein Structure Prediction

Algorithm 6

SSParallel(time, repeat).
(1) //thr—Thread
(2) currSet     initialise()
(3) for (   to   repeat) do
(4)  subSet      genSubSet(currSet)
(5)  for (   to   thCount) do
(6)   thr[ ] = createSSThread(subSet[i], time)
(7)   thr[ start()
(8)  if (noAliveThread) then
(9)   mrgLst  =   mergeImprovedLists()
(10)    distinctLst  =   removeDuplicate(mrgLst)
(11)    currSet     genCurrSet(distinctLst)