set openblas env to avoid threads conflicts

del_some_in_makelist
tensor-tang 7 years ago
parent 47b089a56b
commit cf9e09b115

@ -2,6 +2,7 @@ set -e
function train() {
unset OMP_NUM_THREADS MKL_NUM_THREADS OMP_DYNAMIC KMP_AFFINITY
export OPENBLAS_NUM_THREADS=1
topology=$1
layer_num=$2
bs=$3

Loading…
Cancel
Save