Design and Implementation of Task Scheduling Protocol in JAPS

李晓明,陈道蓄,谢立
DOI: https://doi.org/10.3969/j.issn.1002-137X.2000.12.004
2000-01-01
Computer Science
Abstract:The automatic parallelizing is mainly to exploit the parallelism hidden in programs and run them in parallel without changing its origin semantic. The runtime task scheduling protocol is important to the parallel computing based on the distributed-memory systems. In this paper,we design and implement a task scheduling protocol for the Automatic Parallelizing System based on JAVA(JAPS). It can satisfy the dependence requirements while reducing the total communication load of the system.
What problem does this paper attempt to address?