A parallelization directive is a special comment that directs the compiler to attempt to parallelize a region of code. Both Sun and Cray style parallelization directives are now deprecated as obsolete. The OpenMP directives and parallelization model are preferred. OpenMP parallelization is described in the OpenMP API User’s Guide.