Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 authored Nov 2, 2023
1 parent 995ce2f commit bad5561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Or, you can explicitly set an environment variable in your terminal.
```
export OMP_NUM_THREADS=1
```
See [this section](#environment-variables-for-multi-threading) as well.

## Hamming distance table
Given two sets of binary vectors, pairwise hamming distances can be computed as follows.
Expand Down Expand Up @@ -421,4 +422,4 @@ Moreover, in general:
- Thread control by function calls takes precedence over thread control by environment variables.

Reference:
- [Techniques to Set the Number of Threads](https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2023-0/techniques-to-set-the-number-of-threads.html)
- [Techniques to Set the Number of Threads](https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2023-0/techniques-to-set-the-number-of-threads.html)

0 comments on commit bad5561

Please sign in to comment.