Unverified Commit 764516a6 by Tianqi Chen Committed by GitHub

[TEST] force openblas threads to be 1 (#1580)

parent 672147c8
#!/bin/bash
export PYTHONPATH=nnvm/python:python:topi/python
# to avoid openblas threading error
export OMP_NUM_THREADS=1
echo "Running unittest..."
python -m nose -v nnvm/tests/python/unittest || exit -1
......
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