Skip to content

Commit

Permalink
feat: update doc of exp3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverYoung2001 committed May 28, 2024
1 parent 3a74c63 commit f9d255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assignments/3.omp_schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd ~/exp3/

上述程序中各段的排序是相互独立的,故可以使用 OpenMP 并行处理。程序主体、输入输出及时间测量逻辑已在 `omp_sched.cpp` 中给出,你只需补充 OpenMP 制导语句,不需要修改其它部分。本作业中,你将并行两组测例:较多且为均匀长度的分段,和较少且为随机长度的分段。请为其分别选择调度。

请在这两个测例上应用 OpenMP 的 `static``dynamic``guided` 三种调度模式(共 6 种组合),测量其运行时间。**请在报告中汇报你的测量结果,并简要分析其原因**。动态的调度会受实际系统环境影响,性能可能有波动。如性能与预期不相符,在确保程序正确并行的前提下,将所测结果及其波动情况如实报告并分析原因即可。
请在这两个测例上应用 OpenMP 的 `static``dynamic``guided` 三种调度模式(共 6 种组合),测量其运行时间。**请在报告中汇报你使用的线程数,补全的指导语句以及测量结果,并简要分析其原因**。动态的调度会受实际系统环境影响,性能可能有波动。如性能与预期不相符,在确保程序正确并行的前提下,将所测结果及其波动情况如实报告并分析原因即可。

## 实验提交

Expand Down

0 comments on commit f9d255c

Please sign in to comment.