Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
9e6e7572
Commit
9e6e7572
authored
Mar 26, 2021
by
Edward Andò
Browse files
[skip-ci] set OMP_NUM_THREADS=1 globally
parent
161bb903
Pipeline
#63558
passed with stages
in 25 minutes and 45 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
tools/__init__.py
View file @
9e6e7572
import
os
os
.
environ
[
'OPENBLAS_NUM_THREADS'
]
=
'1'
os
.
environ
[
'OMP_NUM_THREADS'
]
=
'1'
# os.environ['RWROOT']=os.path.join(os.path.dirname(__file__), "../../../../../")
__path__
=
__import__
(
'pkgutil'
).
extend_path
(
__path__
,
__name__
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment