Implementing MASTER construct#

if (omp_get_thread_num () == 0)
  block

Alternately, we generate two copies of the parallel subfunction and only include this in the version run by the primary thread. Surely this is not worthwhile though…