Add option OMP_PARALLEL_FORMAT_BARE to enable bare OMP FOR blocks in OpenMPmaster
commitc83e63cf008fcb97951def1f74956fbef3de0fa4
authorUtz-Uwe Haus <lisp@uuhaus.de>
Fri, 4 Dec 2015 15:56:47 +0000 (4 16:56 +0100)
committerUtz-Uwe Haus <lisp@uuhaus.de>
Fri, 4 Dec 2015 15:56:47 +0000 (4 16:56 +0100)
tree6261957701d88721369b2b4cacd52c37a58f656e
parent1ddc24f0e9dae0f4cec6c581ac71f5049fc054b5
Add option OMP_PARALLEL_FORMAT_BARE to enable bare OMP FOR blocks in OpenMP

It's not a good idea to generate #pragma omp parallel for if the code
will sit inside a block of user code already annotated with #pragma omp parallel.
Setting this flag will drop the 'parallel' in pretty-printing clast_for

Signed-off-by: Utz-Uwe Haus <lisp@uuhaus.de>
include/cloog/clast.h
source/pprint.c