This directory contains threaded programs
==========================================================
Threads:

    g++  -pthread   thread01.C


OpenMP:

     g++  -fopenmp    openMP01.C 

