Closed Anirban166 closed 7 months ago
The filter can be extended further (from just #pragma omp
to #pragma omp parallel
or #pragma omp for
) if we are just concerned about parallelization (and not stuff like critical sections and such, assuming one or two files might have just those)
A working version with some toned-down constraints:
testfile.Rd
before:testfile.Rd
after:I need to figure a way to do LaTeX patterns (since that's what used in
man/openmp-utils.Rd
), instead of using the end pattern insed
as that of files ending in.c
.