使用OpenMP
使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,
2013-12-15
194