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.
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
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