GOMP_CPU_AFFINITY is correct
This commit is contained in:
parent
d28e572c02
commit
e46a139859
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ According to the BLIS documentation, we could set the following
|
||||||
environment variables to modify the behavior of openmp:
|
environment variables to modify the behavior of openmp:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export GOMP_GPU_AFFINITY="0-19"
|
export GOMP_CPU_AFFINITY="0-19"
|
||||||
export BLIS_NUM_THREADS=14
|
export BLIS_NUM_THREADS=14
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue