NOMP_REDUCTION should be a a value in nomp_arg_properties_t, and should
be implemented similar to NOMP_JIT rather than passing it strings in clauses array.
Also, we only need to know the variable name used in the reduction, reduction
operation can be found when we traverse the AST.
NOMP_REDUCTIONshould be a a value innomp_arg_properties_t, and shouldbe implemented similar to
NOMP_JITrather than passing it strings in clauses array.Also, we only need to know the variable name used in the reduction, reduction
operation can be found when we traverse the AST.