Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tomin committed Feb 10, 2021
1 parent 1db3505 commit 6b0c53e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ocelot/common/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
OCELOT_NUM_THREADS = os.environ.get("OCELOT_NUM_THREADS", num_thread_default)
os.environ["NUMEXPR_NUM_THREADS"] = OCELOT_NUM_THREADS
os.environ["NUMBA_NUM_THREADS"] = OCELOT_NUM_THREADS

"""
export OCELOT_NUM_THREADS=1
export MKL_NUM_THREADS=1
export OMP_NUM_THREADS=1
"""

0 comments on commit 6b0c53e

Please sign in to comment.