pystencils.codegen.config.OpenMpOptions.omit_parallel_construct#
-
OpenMpOptions.omit_parallel_construct:
BasicOption
[bool
] = None# If set to
True
, the OpenMPparallel
construct is omitted, producing just a#pragma omp for
.Use this option only if you intend to wrap the kernel into an external
#pragma omp parallel
region.