Last updated: 1/21/2000


  1. Section 2.6.5, page 21, in the example:

    “#pragma flush” should be “#pragma omp flush”
    in two places

    [Pinpointed by Jim Coyle of Iowa State Univesity (jjc@iastate.edu) ]

  2. Section 2.6.3, page 18, in the example:

    “#pragma barrier” should be “#pragma omp barrier”
    in two places

    [Pinpointed by Michael Bane of Manchester Computing (mkbane@mcc.ac.uk) ]

  3. Appendix D, page 75, in the example near the middle of the page:

    “{” after “#pragma omp for schedule(static)”
    should be removed.

    [Pinpointed by Lev Nezhdanov of NSTLab (lev@nstl.nnov.ru) ]