There are several barrier algorithms in libomp and each barrier also impliments
its reduction scheme. Therefore basic barrier/reduction tests should be run
for each barrier.
Update following tests' lit to run the tests for each barrier currently supported
in libomp (linear, tree, hyper, hierachical and distribution):
barrier/omp_barrier.c
ompt/synchronization/reduction/empty_reduce.c
ompt/synchronization/reduction/tree_reduce.c
parallel/omp_parallel_reduction.c
Depends on D123193