Content deleted Content added
No edit summary |
|||
Line 23:
While in a traditional multi-user computer system, [[job scheduling]] is in effect a [[task scheduling|scheduling]] problem for processing and peripheral resources, in a a massively parallel system, the job management system needs to manage the allocation of both computational and communication resources.<ref name=Yariv /> The need to tune task scheduling and tune the operating system in different configurations of a supercomputer is essential. A typical parallel job scheduler has a [[Master/slave (technology)|master scheduler]] which instructs a number of slave schedulers to launch, monitor and control [[Parallel processing|parallel jobs]], and periodically receives reports from them about the status of job progress.<ref name=Yariv />
The separation of the operating system into separate components
==Early systems==
|