Introduction to Parallel Computing. Serial Computing.

18
Introduction to Parallel Computing

Transcript of Introduction to Parallel Computing. Serial Computing.

Page 1: Introduction to Parallel Computing. Serial Computing.

Introduction to Parallel Computing

Page 2: Introduction to Parallel Computing. Serial Computing.

Serial Computing

Page 3: Introduction to Parallel Computing. Serial Computing.

Parallel Computing

Page 4: Introduction to Parallel Computing. Serial Computing.
Page 5: Introduction to Parallel Computing. Serial Computing.
Page 6: Introduction to Parallel Computing. Serial Computing.

Why Parallel Computing?

Page 7: Introduction to Parallel Computing. Serial Computing.

The Power Wall

Page 8: Introduction to Parallel Computing. Serial Computing.

The Single-Core Performance Wall

Page 9: Introduction to Parallel Computing. Serial Computing.

“The major processor manufacturers and architectures, from Intel and AMD to Sparc and PowerPC, have run out of room with most of their traditional approaches to boosting CPU performance. Instead of driving clock speeds and straight-line instruction throughput ever higher, they are instead turning en masse to hyperthreading and multicore architectures.”

The Free Lunch Is Over A Fundamental Turn Toward Concurrency in SoftwareBy Herb Sutter

Page 10: Introduction to Parallel Computing. Serial Computing.

The Future

Page 11: Introduction to Parallel Computing. Serial Computing.

Why Learn Parallel Computing?

• Entertainment Industry• Performance Challenge• Massive Data• Real-time Analytics• Algorithmic Opportunities

Page 12: Introduction to Parallel Computing. Serial Computing.

Entertainment Industry

Page 13: Introduction to Parallel Computing. Serial Computing.

Performance Challenge

Advanced research has moved beyond the capacity of a single computer for detailed multi-level simulations, data analysis, and large-scale computations.

Electron localization function in the cubic NaCl3 structure.

Page 14: Introduction to Parallel Computing. Serial Computing.

Massive Data

Page 15: Introduction to Parallel Computing. Serial Computing.

Real-time Analytics

Page 16: Introduction to Parallel Computing. Serial Computing.

Algorithmic Opportunities

Different molecular forces cause proteins to fold into unique, complex shapes. (Image courtesy of Justin MacCallum, Stony Brook University)

Page 17: Introduction to Parallel Computing. Serial Computing.

Examples of Parallel Computing

Page 18: Introduction to Parallel Computing. Serial Computing.

Summary

• The computers of today, and tomorrow, have tremendous processing power that require parallel programming to fully utilize.

• There are significant differences between sequential and parallel programming, that can be challenging.

• With early exposure to these differences, students are capable of achieving performance improvements with multicore programming.