OpenMP Directives: Data Scope Attribute Clauses

The OpenMP Data Scope Attribute Clauses are used to explicitly define how variables should be scoped. They include: * PRIVATE * FIRSTPRIVATE * LASTPRIVATE * SHARED * DEFAULT * REDUCTION * COPYIN