@ -80,6 +80,9 @@ function threads_config() {
trainers=1
fi
threads=$((processors / trainers))
if [ $threads -eq 0 ]; then
threads=1
if [ -z "$OMP_NUM_THREADS" ]; then
export OMP_NUM_THREADS=$threads