提交 7f72b5af authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Try to limit MKL and OpenMP to 1 thread

Current package is numpy 1.9.1 py34_0, which is not linked with MKL
上级 31c7fa42
......@@ -69,6 +69,8 @@ matrix:
script:
- export THEANO_FLAGS=$THEANO_FLAGS,warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc.cxxflags=-pipe
- export MKL_NUM_THREADS=1
- export OMP_NUM_THREADS=1
- python --version
- uname -a
- free -m
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论