skip mkl setting in v1 with Mac

release/0.11.0
tensor-tang 7 years ago
parent 6332b827ab
commit f4f17e539b

@ -140,7 +140,11 @@ else:
sys.exit(0)
EOF
cpu_config
if [ "`uname -s`" == "Linux" ]; then
# only support on linux yet, with mac can use v2
cpu_config
fi
# echo $KMP_AFFINITY $OMP_DYNAMIC
case "$1" in

Loading…
Cancel
Save