Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
e3716118
Commit
e3716118
authored
Oct 27, 2023
by
Jennifer Wei
Browse files
Adds KMP_AFFINITY to conda environment.
parent
6df89c76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+2
-0
No files found.
scripts/install_third_party_dependencies.sh
View file @
e3716118
...
...
@@ -14,3 +14,5 @@ gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.
python setup.py
install
export
LD_LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LD_LIBRARY_PATH
# This setting is used to fix a worker assignment issue during data loading
conda
env
config vars
set
KMP_AFFINITY
=
none
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