\pagebreak \chapter{The \code{master} Construct} \label{chap:master} The following example demonstrates the master construct . In the example, the master keeps track of how many iterations have been executed and prints out a progress report. The other threads skip the master region without waiting. \cexample{master}{1c} \fexample{master}{1f}