".github/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "c06b95ffdbb2f2eac710e3baa157e98889e19263"
Commit e3716118 authored by Jennifer Wei's avatar Jennifer Wei
Browse files

Adds KMP_AFFINITY to conda environment.

parent 6df89c76
...@@ -14,3 +14,5 @@ gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats. ...@@ -14,3 +14,5 @@ gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.
python setup.py install python setup.py install
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment