mercredi 5 décembre 2018

OpenMP task if or final

if I want no more tasks to be created if (array length < 100). Is if(r - l >= 100) or final(r - l < 100) satisfying this condition? (l = minIndex; r = maxIndex)

Aucun commentaire:

Enregistrer un commentaire