Lecture
Construction of computing systems with maximum performance
–– distributed memory computers
–The only way to program such systems is to use messaging systems.
Search for effective software development methods for parallel computing systems
–– shared memory computers
- programming technology is easier
- for technological reasons, it is not possible to combine a large number of processors with a single RAM
–The problem link is the switching system
Comments