Skip to content

Commit b2f0b20

Browse files
Update README.md
1 parent 3e70723 commit b2f0b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Most of PEL algorithms are iterating over all the surface’s pixels to apply tr
2424
As a result, processing large image sizes will have a significant impact on the total processing time.
2525
2626
You can boost the overall performances by setting a variable to use multiprocessing before compiling
27-
the project in order to use the full potential of the multiprocessing capability (OPENMP, open
28-
multiprocessing programming).
27+
the project. This will enable full potential of multiprocessing (OPENMP, open multiprocessing programming) when
28+
using PEL tools.
2929
It is highly recommended to use the multi-processing option if your CPU has at least 8 threads
3030
(most of the threads will be used intensively during image processing) leaving your system slightly
3131
un-responsive if the number of threads is not high enough.

0 commit comments

Comments
 (0)