Static Assignment

Concepts

  • 所有的工作分配在寫程式的時候就被 programmer 決定好了
  • 不會因為 runtime 實際不同 processor 的 workload 而改變工作分配

Applicability

We can use static assignment in the following situation

  • When the execution time and amount of work is predictable
  • When the statistics about execution time are known
    • e.g., same execution time on average