1 CS240A: Applied Parallel Computing Introduction.

Slides:



Advertisements
Similar presentations
CSE 160 – Lecture 9 Speed-up, Amdahl’s Law, Gustafson’s Law, efficiency, basic performance metrics.
Advertisements

CSE431 Chapter 7A.1Irwin, PSU, 2008 CSE 431 Computer Architecture Fall 2008 Chapter 7A: Intro to Multiprocessor Systems Mary Jane Irwin (
1 Computational models of the physical world Cortical bone Trabecular bone.
Computer Abstractions and Technology
1 Chapter 1 Why Parallel Computing? An Introduction to Parallel Programming Peter Pacheco.
1 Lecture 5: Part 1 Performance Laws: Speedup and Scalability.
11Sahalu JunaiduICS 573: High Performance Computing5.1 Analytical Modeling of Parallel Programs Sources of Overhead in Parallel Programs Performance Metrics.
Claude TADONKI Mines ParisTech – LAL / CNRS / INP 2 P 3 University of Oujda (Morocco) – October 7, 2011 High Performance Computing Challenges and Trends.
CS 240A Applied Parallel Computing John R. Gilbert Thanks to Kathy Yelick and Jim Demmel at UCB for.
CS267 L1 IntroDemmel Sp 1999 CS267 / E233 Applications of Parallel Computers Lecture 1: Introduction 1/18/99 James Demmel
Computational Astrophysics: Methodology 1.Identify astrophysical problem 2.Write down corresponding equations 3.Identify numerical algorithm 4.Find a computer.
Introduction What is Parallel Algorithms? Why Parallel Algorithms? Evolution and Convergence of Parallel Algorithms Fundamental Design Issues.
09/22/2008CS49601 CS4960: Parallel Programming Guest Lecture: Parallel Programming for Scientific Computing Mary Hall September 22, 2008.
01/19/2005CS267-Lecture 11 CS267/E233 Applications of Parallel Computers Lecture 1: Introduction James Demmel
EET 4250: Chapter 1 Performance Measurement, Instruction Count & CPI Acknowledgements: Some slides and lecture notes for this course adapted from Prof.
CS 240A: Complexity Measures for Parallel Computation.
Lecture 1: Introduction to High Performance Computing.
01/17/2007CS267-Lecture 11 CS267/E233 Applications of Parallel Computers Lecture 1: Introduction Kathy Yelick
Introduction to Parallel Computing. Outline Introduction Large important problems require powerful computers Why powerful computers must be parallel processors.
CMSC 611: Advanced Computer Architecture Performance Some material adapted from Mohamed Younis, UMBC CMSC 611 Spr 2003 course slides Some material adapted.
08/23/2011CS4961 CS4961 Parallel Programming Lecture 1: Introduction Mary Hall August 23,
CSE 260 Parallel Computation Allan Snavely, Henri Casanova
Lecture 2 : Introduction to Multicore Computing Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
08/21/2012CS4230 CS4230 Parallel Programming Lecture 1: Introduction Mary Hall August 21,
Lecture 2 : Introduction to Multicore Computing
1 Interconnects Shared address space and message passing computers can be constructed by connecting processors and memory unit using a variety of interconnection.
Lecture 03: Fundamentals of Computer Design - Trends and Performance Kai Bu
EET 4250: Chapter 1 Computer Abstractions and Technology Acknowledgements: Some slides and lecture notes for this course adapted from Prof. Mary Jane Irwin.
Sogang University Advanced Computing System Chap 1. Computer Architecture Hyuk-Jun Lee, PhD Dept. of Computer Science and Engineering Sogang University.
Performance Measurement n Assignment? n Timing #include double When() { struct timeval tp; gettimeofday(&tp, NULL); return((double)tp.tv_sec + (double)tp.tv_usec.
C OMPUTER O RGANIZATION AND D ESIGN The Hardware/Software Interface 5 th Edition Chapter 1 Computer Abstractions and Technology Sections 1.5 – 1.11.
Lecture 1: Introduction. Course Outline The aim of this course: Introduction to the methods and techniques of performance analysis of computer systems.
Performance Measurement. A Quantitative Basis for Design n Parallel programming is an optimization problem. n Must take into account several factors:
08/24/2010CS4961 CS4961 Parallel Programming Lecture 1: Introduction Mary Hall August 24,
Problem is to compute: f(latitude, longitude, elevation, time)  temperature, pressure, humidity, wind velocity Approach: –Discretize the.
CS267 L1 Intro CS267 Applications of Parallel Computers Lecture 1: Introduction David H. Bailey Based on previous notes by Prof. Jim Demmel and Prof. David.
CS 240A Applied Parallel Computing John R. Gilbert Thanks to Kathy Yelick and Jim Demmel at UCB for.
CSCI-455/522 Introduction to High Performance Computing Lecture 1.
CS 240A Applied Parallel Computing John R. Gilbert Thanks to Kathy Yelick and Jim Demmel at UCB for.
Introduction to Research 2011 Introduction to Research 2011 Ashok Srinivasan Florida State University Images from ORNL, IBM, NVIDIA.
CS 240A Applied Parallel Computing John R. Gilbert Thanks to Kathy Yelick and Jim Demmel at UCB for.
Authors – Jeahyuk huh, Doug Burger, and Stephen W.Keckler Presenter – Sushma Myneni Exploring the Design Space of Future CMPs.
CS591x -Cluster Computing and Parallel Programming
1 Lecture 2: Performance, MIPS ISA Today’s topics:  Performance equations  MIPS instructions Reminder: canvas and class webpage:
CS240A: Applied Parallel Computing Introduction
Computer Organization Yasser F. O. Mohammad 1. 2 Lecture 1: Introduction Today’s topics:  Why computer organization is important  Logistics  Modern.
Complexity Measures for Parallel Computation. Problem parameters: nindex of problem size pnumber of processors Algorithm parameters: t p running time.
1/50 University of Turkish Aeronautical Association Computer Engineering Department Ceng 541 Introduction to Parallel Computing Dr. Tansel Dökeroğlu
Hardware Trends CSE451 Andrew Whitaker. Motivation Hardware moves quickly OS code tends to stick around for a while “System building” extends way beyond.
Hardware Trends CSE451 Andrew Whitaker. Motivation Hardware moves quickly OS code tends to stick around for a while “System building” extends way beyond.
CS203 – Advanced Computer Architecture
1 Potential for Parallel Computation Chapter 2 – Part 2 Jordan & Alaghband.
History of Computers and Performance David Monismith Jan. 14, 2015 Based on notes from Dr. Bill Siever and from the Patterson and Hennessy Text.
CS203 – Advanced Computer Architecture
Introduction to Parallel Computing: MPI, OpenMP and Hybrid Programming
Web: Parallel Computing Rabie A. Ramadan , PhD Web:
The University of Adelaide, School of Computer Science
Morgan Kaufmann Publishers
Architecture & Organization 1
EE 193: Parallel Computing
Architecture & Organization 1
Complexity Measures for Parallel Computation
CMSC 611: Advanced Computer Architecture
Course Description: Parallel Computer Architecture
Chapter 1 Introduction.
Dr. Tansel Dökeroğlu University of Turkish Aeronautical Association Computer Engineering Department Ceng 442 Introduction to Parallel.
Computer Evolution and Performance
CMSC 611: Advanced Computer Architecture
Complexity Measures for Parallel Computation
Vrije Universiteit Amsterdam
Presentation transcript:

1 CS240A: Applied Parallel Computing Introduction

2 CS 240A Course Information Web page: Class schedule: Mon/Wed. 11:00AM-12:50pm Phelp 2510 Instructor: Tao Yang (tyang at cs).Tao Yang -Office Hours: MW 10-11(or me for appointments or just stop by my office). HFH building, Room 5113 Supercomputing consultant: Kadir Diri and Stefan Boeriu Kadir Diri TA: -Wei Zhang (wei at cs). Office hours: Monday/Wed 3:30PM - 4:30PM Class materials: -Slides/handouts. Research papers. Online references. Slide source (HPC part) and related courses: -Demmel/Yelick's CS267 parallel computing at UC BerkeleyDemmel/Yelick's CS267 parallel computing at UC Berkeley -John Gilbert‘s CS240A at UCSBJohn Gilbert‘s CS240A at UCSB

3 Topics High performance computing -Basics of computer architecture, memory hierarchies, storage, clusters, cloud systems. -High throughput computing Parallel Programming Models and Machines. Software/libraries -Shared memory vs distributed memory - Threads, OpenMP, MPI, MapReduce, GPU if time permits Patterns of parallelism. Optimization techniques for parallelization and performance Core algorithms in Scientific Computing and Applications -Dense & Sparse Linear Algebra Parallelism in data-intensive web applications and storage systems

4 What you should get out of the course In depth understanding of: When is parallel computing useful? Understanding of parallel computing hardware options. Overview of programming models (software) and tools. Some important parallel applications and the algorithms Performance analysis and tuning Exposure to various open research questions

5 Introduction: Outline Why powerful computers must be parallel computing Why parallel processing? -Large Computational Science and Engineering (CSE) problems require powerful computers -Commercial data-oriented computing also needs. Basic parallel performance models Why writing (fast) parallel programs is hard Including your laptops and handhelds all

6 Metrics in Scientific Computing Worlds High Performance Computing (HPC) units are: -Flop: floating point operation, usually double precision unless noted -Flop/s: floating point operations per second -Bytes: size of data (a double precision floating point number is 8) Typical sizes are millions, billions, trillions… MegaMflop/s = 10 6 flop/secMbyte = 2 20 = ~ 10 6 bytes GigaGflop/s = 10 9 flop/secGbyte = 2 30 ~ 10 9 bytes TeraTflop/s = flop/secTbyte = 2 40 ~ bytes PetaPflop/s = flop/secPbyte = 2 50 ~ bytes ExaEflop/s = flop/secEbyte = 2 60 ~ bytes ZettaZflop/s = flop/secZbyte = 2 70 ~ bytes YottaYflop/s = flop/secYbyte = 2 80 ~ bytes Current fastest (public) machine ~ 27 Pflop/s -Up-to-date list at

RankSiteSystemCores Rmax (TFlop/s) Rpeak (TFlop/s) Power (kW) 1DOE/SC/Oak Ridge National Laboratory DOE/SC/Oak Ridge National Laboratory United States Titan - Cray XK7, Opteron C 2.200GHz, Cray Gemini interconne ct, NVIDIA K20x Titan - Cray XK7, Opteron C 2.200GHz, Cray Gemini interconne ct, NVIDIA K20x Cray Inc DOE/NNSA/L LNL DOE/NNSA/L LNL United States Sequoia - BlueGene/ Q, Power BQC 16C 1.60 GHz, Custom Sequoia - BlueGene/ Q, Power BQC 16C 1.60 GHz, Custom IBM From

8 Technology Trends: Microprocessor Capacity 2X transistors/Chip Every 1.5 years Called “Moore’s Law” Moore’s Law Microprocessors have become smaller, denser, and more powerful. Gordon Moore (co-founder of Intel) predicted in 1965 that the transistor density of semiconductor chips would double roughly every 18 months. Slide source: Jack Dongarra

9 Microprocessor Transistors / Clock ( )

10 Impact of Device Shrinkage What happens when the feature size (transistor size) shrinks by a factor of x ? -Clock rate goes up by x or less because wires are shorter Transistors per unit area goes up by x 2 -For on-chip parallelism (ILP) and locality: caches -More applications go faster without any change But manufacturing costs and yield problems limit use of density -What percentage of the chips are usable? & More power consumption

Power Density Limits Serial Performance Scaling clock speed (business as usual) will not work High performance serial processors waste power -Speculation, dynamic dependence checking, etc. burn power -Implicit parallelism discovery More transistors, but not faster serial processors Concurrent systems are more power efficient –Dynamic power is proportional to V 2 fC –Increasing frequency (f) also increases supply voltage (V)  cubic effect –Increasing cores increases capacitance (C) but only linearly –Save power by lowering clock speed

12 Revolution in Processors Chip density is continuing increase ~2x every 2 years Clock speed is not Number of processor cores may double instead Power is under control, no longer growing

13 Impact of Parallelism All major processor vendors are producing multicore chips -Every machine will soon be a parallel machine -To keep doubling performance, parallelism must double Which commercial applications can use this parallelism? -Do they have to be rewritten from scratch? Will all programmers have to be parallel programmers? -New software model needed -Try to hide complexity from most programmers – eventually Computer industry betting on this big change, but does not have all the answers

Memory is Not Keeping Pace Technology trends against a constant or increasing memory per core Memory density is doubling every three years; processor logic is every two Storage costs (dollars/Mbyte) are dropping gradually compared to logic costs Source: David Turek, IBM Cost of Computation vs. Memory Question: Can you double concurrency without doubling memory? Strong scaling: fixed problem size, increase number of processors Weak scaling: grow problem size proportionally to number of processors Source: IBM

15 Processor-DRAM Gap (latency) µProc 60%/yr. DRAM 7%/yr DRAM CPU 1982 Processor-Memory Performance Gap: (grows 50% / year) Performance Time “Moore’s Law” Goal: find algorithms that minimize communication, not necessarily arithmetic

Listing the 500 most powerful computers in the world Linpack performance -Solve Ax=b, dense problem, matrix is random -Dominated by dense matrix-matrix multiply Update twice a year: -ISC’xy in June in Germany -SCxy in November in the U.S. All information available from the TOP500 web site at: The TOP500 Project

Moore’s Law reinterpreted Number of cores per chip will double every two years Clock speed will not increase (possibly decrease) Need to deal with systems with millions of concurrent threads Need to deal with inter-chip parallelism as well as intra-chip parallelism

18 Outline Why powerful computers must be parallel processors Large Computational Science&Engineering and commercial problems require powerful computers Basic performance models Why writing (fast) parallel programs is hard Including your laptops and handhelds all

19 Some Particularly Challenging Computations Science -Global climate modeling -Biology: genomics; protein folding; drug design -Astrophysical modeling -Computational Chemistry -Computational Material Sciences and Nanosciences Engineering -Semiconductor design -Earthquake and structural modeling -Computation fluid dynamics (airplane design) -Combustion (engine design) -Crash simulation Business -Financial and economic modeling -Transaction processing, web services and search engines Defense -Nuclear weapons -- test by simulations -Cryptography

20 Economic Impact of HPC Airlines: -System-wide logistics optimization systems on parallel systems. -Savings: approx. $100 million per airline per year. Automotive design: -Major automotive companies use large systems (500+ CPUs) for: -CAD-CAM, crash testing, structural integrity and aerodynamics. -One company has 500+ CPU parallel system. -Savings: approx. $1 billion per company per year. Semiconductor industry: -Semiconductor firms use large systems (500+ CPUs) for -device electronics simulation and logic validation -Savings: approx. $1 billion per company per year. Energy -Computational modeling improved performance of current nuclear power plants, equivalent to building two new power plants.

21 Drivers for Changes in Computational Science Nature, March 23, 2006 “An important development in sciences is occurring at the intersection of computer science and the sciences that has the potential to have a profound impact on science.” - Science 2020 Report, March 2006 Continued exponential increase in computational power  simulation is becoming third pillar of science, complementing theory and experiment Continued exponential increase in experimental data  techniques and technology in data analysis, visualization, analytics, networking, and collaboration tools are becoming essential in all data rich scientific applications

22 Simulation: The Third Pillar of Science Traditional scientific and engineering method: (1) Do theory or paper design (2) Perform experiments or build system Limitations: –Too difficult—build large wind tunnels –Too expensive—build a throw-away passenger jet –Too slow—wait for climate or galactic evolution –Too dangerous—weapons, drug design, climate experimentation Computational science and engineering paradigm: (3) Use computers to simulate and analyze the phenomenon -Based on known physical laws and efficient numerical methods -Analyze simulation results with computational tools and methods beyond what is possible manually Simulation Theory Experiment

23 $5B World Market in Technical Computing Source: IDC 2004, from NRC Future of Supercomputing Report

24 Global Climate Modeling Problem Problem is to compute: f(latitude, longitude, elevation, time)  “weather” = (temperature, pressure, humidity, wind velocity) Approach: -Discretize the domain, e.g., a measurement point every 10 km -Devise an algorithm to predict weather at time t+  t given t Uses: -Predict major events, e.g., hurricane, El Nino -Use in setting air emissions standards -Evaluate global warming scenarios

25 Global Climate Modeling Computation One piece is modeling the fluid flow in the atmosphere -Solve Navier-Stokes equations -Roughly 100 Flops per grid point with 1 minute timestep Computational requirements: -To match real-time, need 5 x flops in 60 seconds = 8 Gflop/s -Weather prediction (7 days in 24 hours)  56 Gflop/s -Climate prediction (50 years in 30 days)  4.8 Tflop/s -To use in policy negotiations (50 years in 12 hours)  288 Tflop/s To double the grid resolution, computation is 8x to 16x State of the art models require integration of atmosphere, clouds, ocean, sea-ice, land models, plus possibly carbon cycle, geochemistry and more Current models are coarser than this

26 High Resolution Climate Modeling on NERSC-3 – P. Duffy, et al., LLNL

27 Content-Based Image Retrieval (Kurt Keutzer) Relevance Feedback ImageDatabase Query by example Similarity Metric Candidate Results Final Result Built around Key Characteristics of personal databases -Very large number of pictures (>5K) -Non-labeled images -Many pictures of few people -Complex pictures including people, events, places, and objects 1000’s of images

28 Compelling Laptop/Handheld Apps (Nelson Morgan) Meeting Diarist -Laptops/ Handhelds at meeting coordinate to create speaker identified, partially transcribed text diary of meeting Teleconference speaker identifier, speech helper  L/Hs used for teleconference, identifies who is speaking, “closed caption” hint of what being said

Scalable Web Service/Processing Infrastructure 29 Infrastructure scalability: Bigdata: Tens of billions of documents in web search Tens/hundreds of thousands of machines. Tens/hundreds of Millions of users Impact on response time, throughput, &availability, Platform software Google GFS, MapReduce and Bigtable. UCSB Neptune at Ask fundamental building blocks for fast data update/access and development cycles …

Motif/Dwarf: Common Computational Methods (Red Hot  Blue Cool) What do commercial and CSE applications have in common?

31 Outline Why powerful computers must be parallel processors Large CSE problems require powerful computers Basic parallel performance models Why writing (fast) parallel programs is hard Commercial problems too Including your laptops and handhelds all

Several possible performance models Execution time and parallelism: -Work / Span Model with directed acyclic graph Detailed models that try to capture time for moving data: -Latency / Bandwidth Model for message-passing -Disk IO Model computation with memory access (for hierarchical memory) Other detailed models we won’t discuss: LogP, …. –From John Gibert’s 240A course

t p = execution time on p processors Work / Span Model

t p = execution time on p processors t 1 = work Work / Span Model

t p = execution time on p processors *Also called critical-path length or computational depth. t 1 = workt ∞ = span * Work / Span Model

t p = execution time on p processors t 1 = workt ∞ = span * *Also called critical-path length or computational depth. W ORK L AW ∙t p ≥t 1 /p S PAN L AW ∙t p ≥ t ∞ Work / Span Model

Def. t 1 /t P = speedup on p processors. If t 1 /t P =  (p), we have linear speedup, = p, we have perfect linear speedup, > p, we have superlinear speedup, (which is not possible in this model, because of the Work Law t p ≥ t 1 /p) Speedup

Parallelism Because the Span Law requires t p ≥ t ∞, the maximum possible speedup is t 1 /t ∞ =(potential) parallelism =the average amount of work per step along the span.

Performance Measures for Parallel Computation Problem parameters: nindex of problem size pnumber of processors Algorithm parameters: t p running time on p processors t 1 time on 1 processor = sequential time = “work” t ∞ time on unlimited procs = critical path length = “span” vtotal communication volume Performance measures speedups = t 1 / t p efficiencye = t 1 / (p*t p ) = s / p (potential) parallelism pp = t 1 / t ∞

Typical speedup and efficiency of parallel code

Laws of Parallel Performance Work law: t p ≥ t 1 / p Span law: t p ≥ t ∞ Amdahl’s law: -If a fraction s, between 0 and 1, of the work must be done sequentially, then speedup ≤ 1 / s

Performance model for data movement: Latency/Bandwith Model Moving data between processors by message-passing Machine parameters: -  or  t startup latency (message startup time in seconds) -  or t data inverse bandwidth (in seconds per word) -between nodes of Triton,  ×  and  × Time to send & recv or bcast a message of w words:  + w*  t comm total commmunication time t comp total computation time Total parallel time: t p = t comp + t comm

Assume just two levels in memory hierarchy, fast and slow All data initially in slow memory -m = number of memory elements (words) moved between fast and slow memory -t m = time per slow memory operation -f = number of arithmetic operations -t f = time per arithmetic operation, t f << t m -q = f / m average number of flops per slow element access Minimum possible time = f * t f when all data in fast memory Actual time -f * t f + m * t m = f * t f * (1 + t m /t f * 1/q) Larger q means time closer to minimum f * t f Modeling Computation and Memory Access

44 Outline Why powerful computers must be parallel processors Large CSE/commerical problems require powerful computers Performance models Why writing (fast) parallel programs is hard Including your laptops and handhelds all

45 Principles of Parallel Computing Finding enough parallelism (Amdahl’s Law) Granularity Locality Load balance Coordination and synchronization Performance modeling All of these things makes parallel programming even harder than sequential programming.

46 “Automatic” Parallelism in Modern Machines Bit level parallelism -within floating point operations, etc. Instruction level parallelism (ILP) -multiple instructions execute per clock cycle Memory system parallelism -overlap of memory operations with computation OS parallelism -multiple jobs run in parallel on commodity SMPs I/O parallelism in storage level Limits to all of these -- for very high performance, need user to identify, schedule and coordinate parallel tasks

47 Finding Enough Parallelism Suppose only part of an application seems parallel Amdahl’s law -let s be the fraction of work done sequentially, so (1-s) is fraction parallelizable -P = number of processors Speedup(P) = Time(1)/Time(P) <= 1/(s + (1-s)/P) <= 1/s Even if the parallel part speeds up perfectly performance is limited by the sequential part Top500 list: top machine has P~224K; fastest has ~186K+GPUs

48 Overhead of Parallelism Given enough parallel work, this is the biggest barrier to getting desired speedup Parallelism overheads include: -cost of starting a thread or process -cost of accessing data, communicating shared data -cost of synchronizing -extra (redundant) computation Each of these can be in the range of milliseconds (=millions of flops) on some systems Tradeoff: Algorithm needs sufficiently large units of work to run fast in parallel (i.e. large granularity), but not so large that there is not enough parallel work

49 Locality and Parallelism Large memories are slow, fast memories are small Storage hierarchies are large and fast on average Parallel processors, collectively, have large, fast cache -the slow accesses to “remote” data we call “communication” Algorithm should do most work on local data Proc Cache L2 Cache L3 Cache Memory Conventional Storage Hierarchy Proc Cache L2 Cache L3 Cache Memory Proc Cache L2 Cache L3 Cache Memory potential interconnects

50 Load Imbalance Load imbalance is the time that some processors in the system are idle due to -insufficient parallelism (during that phase) -unequal size tasks Examples of the latter -adapting to “interesting parts of a domain” -tree-structured computations -fundamentally unstructured problems Algorithm needs to balance load -Sometimes can determine work load, divide up evenly, before starting -“Static Load Balancing” -Sometimes work load changes dynamically, need to rebalance dynamically -“Dynamic Load Balancing”

51 Improving Real Performance , Teraflops 1996 Peak Performance grows exponentially, a la Moore’s Law l In 1990’s, peak performance increased 100x; in 2000’s, it will increase 1000x But efficiency (the performance relative to the hardware peak) has declined l was 40-50% on the vector supercomputers of 1990s l now as little as 5-10% on parallel supercomputers of today Close the gap through... l Mathematical methods and algorithms that achieve high performance on a single processor and scale to thousands of processors l More efficient programming models and tools for massively parallel supercomputers Performance Gap Peak Performance Real Performance

52 Performance Levels Peak performance -Sum of all speeds of all floating point units in the system -You can’t possibly compute faster than this speed LINPACK -The “hello world” program for parallel performance -Solve Ax=b using Gaussian Elimination, highly tuned Gordon Bell Prize winning applications performance -The right application/algorithm/platform combination plus years of work Average sustained applications performance -What one reasonable can expect for standard applications When reporting performance results, these levels are often confused, even in reviewed publications

53 Performance Levels (for example on NERSC-5) Peak advertised performance (PAP): 100 Tflop/s LINPACK (TPP): 84 Tflop/s Best climate application: 14 Tflop/s -WRF code benchmarked in December 2007 Average sustained applications performance: ? Tflop/s -Probably less than 10% peak! We will study performance -Hardware and software tools to measure it -Identifying bottlenecks -Practical performance tuning (Matlab demo)

54 What you should get out of the course In depth understanding of: When is parallel computing useful? Understanding of parallel computing hardware options. Overview of programming models (software) and tools. Some important parallel applications and the algorithms Performance analysis and tuning Exposure to various open research questions

55 Course Deadlines (Tentative) Week 1: join Google discussion group. your name, UCSB , and ssh key to for Triton account. Jan 27: 1-page project proposal. The content includes: Problem description, challenges (what is new?), what to deliver, how to test and what to measure, milestones, and references Jan 29 week: Meet with me on the proposal and paper(s) for reviewing Feb 6: HW1 due (may be earlier) Feb 18 week: Paper review presentation and project progress. Feb 27. HW2 due. Week Take-home exam. Final project presentation. Final 5-page report.