From bfcbd23665865d2c542188c7182a52a38a4cd854 Mon Sep 17 00:00:00 2001 From: jhmkorndorfer Date: Mon, 27 Apr 2020 19:57:07 +0200 Subject: [PATCH] Adding KMP_PRINT_CHUNKS to the README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 9341e44..62035c4 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,10 @@ LB4OMP implements a profiling tool that collects such information. The profiling ``KMP_TIME_LOOPS`` defines the path where LB4OMP stores the collected execution time of all OpenMP parallel loops associated with the ``schedule(runtime)`` clause. When this environment variable is not defined, LB4OMP will not collect loops' execution time. +``KMP_PRINT_CHUNKS`` when this environment variable is set to one, the LB4OMP collects and stores the calculated chunk size for each thread for each scheduling round. This information is stored in the same file as defined by ``KMP_TIME_LOOPS``. This data may be very large depending on the scheduling technique and the size of the OpenMP loop. + + + ========================================================= How to Build LB4OMP, the extended LLVM* OpenMP* Libraries =========================================================