美文网首页
OMP(work-sharing constructs)

OMP(work-sharing constructs)

作者: 小幸运Q | 来源:发表于2020-04-02 11:18 被阅读0次

    Do / for ()

    nowait:在循环的最后不要同步(阻塞)线程
    schedule:迭代是怎么在线程之间划分的
    ordered: 按照正常的for的order来按顺序结束(其实没啥必要还影响效率)
    collapse: 允许双/多层#pragma for循环

    image.png

    SECTIONS

    image.png

    SINGLE

    image.png

    相关文章

      网友评论

          本文标题:OMP(work-sharing constructs)

          本文链接:https://www.haomeiwen.com/subject/wtkluhtx.html