Skip to content

Commit

Permalink
Adding KMP_MIN to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmkorndorfer authored Apr 27, 2020
1 parent 58588e4 commit 604b8b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ LB4OMP implements a profiling tool that collects such information. The profiling

``KMP_WEIGHTS`` can be used by ``WF2`` and ``AWF-B,C,D,E``. It expects a sequence of values separated by commas. These values denote the weights that each core will receive. The weights are used, for example, for heterogeneous systems if one wants to give fewer iterations to slower cores. For instance, if the weights are set as ``{1,0.5}``, the second core will receive half of the chunk size that the first core received. The default ``KMP_WEIGHTS`` value is ``1`` for all cores.

``KMP_MIN`` declares the chunk size parameter for the newly implemented scheduling techniques use.



=========================================================
How to Build LB4OMP, the extended LLVM* OpenMP* Libraries
=========================================================
Expand Down

0 comments on commit 604b8b6

Please sign in to comment.