Skip to main content Accessibility help
×
Hostname: page-component-76fb5796d-5g6vh Total loading time: 0 Render date: 2024-04-30T06:41:02.079Z Has data issue: false hasContentIssue false

3 - Machine Implementations

Published online by Cambridge University Press:  12 December 2009

Ronald W. Shonkwiler
Affiliation:
Georgia Institute of Technology
Lew Lefton
Affiliation:
Georgia Institute of Technology
Get access

Summary

High-performance computation was first realized in the form of SIMD parallelism with the introduction of the Cray and Cyber computers. At first these were single processor machines, but starting with the Cray XMP series, multiprocessor vector processors gained the further advantages of MIMD parallelism. Today, vector processing can be incorporated into the architecture of the CPU chip itself as is the case with the old AltiVec processor used in the MacIntosh.

The UNIX operating system introduced a design for shared memory MIMD parallel programming. The components of the system included multitasking, time slicing, semaphores, and the fork function. If the computer itself had only one CPU, then parallel execution was only apparent, called concurrent execution, nevertheless the C programming language allowed the creation of parallel code. Later multiprocessor machines came on line, and these parallel codes executed in true parallel.

Although these tools continue to be supported by operating systems today, the fork model to parallel programming proved too “expensive” in terms of startup time, memory usage, context switching, and overhead. Threads arose in the search for a better soluton, and resulted in a software revolution. The threads model neatly solves most of the low-level hardware and software implementation issues, leaving the programmer free to concentrate on the the essential logical or synchronization issues of a parallel program design. Today, all popular operating systems support thread style concurrent/parallel processing.

In this chapter we will explore vector and parallel programming in the context of scientific and engineering numerical applications. The threads model and indeed parallel programming in general is most easily implemented on the shared memory multiprocessor architecture.

Type
Chapter
Information
Publisher: Cambridge University Press
Print publication year: 2006

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

  • Machine Implementations
  • Ronald W. Shonkwiler, Georgia Institute of Technology, Lew Lefton, Georgia Institute of Technology
  • Book: An Introduction to Parallel and Vector Scientific Computation
  • Online publication: 12 December 2009
  • Chapter DOI: https://doi.org/10.1017/CBO9780511617935.004
Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

  • Machine Implementations
  • Ronald W. Shonkwiler, Georgia Institute of Technology, Lew Lefton, Georgia Institute of Technology
  • Book: An Introduction to Parallel and Vector Scientific Computation
  • Online publication: 12 December 2009
  • Chapter DOI: https://doi.org/10.1017/CBO9780511617935.004
Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

  • Machine Implementations
  • Ronald W. Shonkwiler, Georgia Institute of Technology, Lew Lefton, Georgia Institute of Technology
  • Book: An Introduction to Parallel and Vector Scientific Computation
  • Online publication: 12 December 2009
  • Chapter DOI: https://doi.org/10.1017/CBO9780511617935.004
Available formats
×