未使用优化时:
一. 使用: #pragma omp parallel for 时
二. 使用动态调度dynamic对for语句进行拆分并行处理 :#pragma omp parallel for schedule(dynamic)