1 / 12

עיבוד מקבילי - מושגים ונושאים שכיסינו בקורס עד-כה

עיבוד מקבילי - מושגים ונושאים שכיסינו בקורס עד-כה. המידע ניתן כאן כחלק מההכנה הנדרשת למבחן בקורס "מבוא לעיבוד מקבילי". אין באמור במסמך זה להצביע על נושא מסוים שישאל בבוחן ואין הנאמר כאן מכסה את כל החומר העשוי להיכלל במבחן. היקף. כל המפגשים שהתקיימו

judd
Download Presentation

עיבוד מקבילי - מושגים ונושאים שכיסינו בקורס עד-כה

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. עיבוד מקבילי -מושגים ונושאים שכיסינו בקורסעד-כה המידע ניתן כאן כחלק מההכנה הנדרשת למבחן בקורס "מבוא לעיבוד מקבילי". אין באמור במסמך זה להצביע על נושא מסוים שישאל בבוחן ואין הנאמר כאן מכסה את כל החומר העשוי להיכלל במבחן

  2. היקף • כל המפגשים שהתקיימו • יש לעבור על כל החומר שהוצג ותורגל לרבות מה שמפורסם באתר הקורס, מה שנאמר בכיתה ובמעבדה, תרגילי הבית וחומר הקריאה המומלץ

  3. מושגים • מושגי יסוד • חוק פלין – טקסונומיה • גוסטפסון • מתי משתמשים בחישוב מקבילי • יעילות מיקבול • האצה • חוק אמדהל • איזון עומסים • חישוב ענן (BGU) • טופולוגיות רשת • עצי חלוקה • חישוב בעזרת מסרים • חישוב בזיכרון משותף • MPI • OpenMP • Condor • Deadlock • פרמטרים להערכת רשתות תקשורת

  4. HTC • SETI@home • Grid Computing • Cloud Computing • MPMD/SPMD • Point-to-Point comm. • Collective commands • Send/recv • communicator • Master-Worker • Domain Decomposition • Profiling • יחס זמן חישוב/תקשורת • מבחני ביצועים • צווארי בקבוק • חומרות נפוצות • Top500 • HPC

  5. Synchronous commands • Immediate commands • (Non)Blocking commands • מנדלברוט • עיבוד תמונה בסיסי • מונטה-קרלו • הקצאת משימות סטטית/דינאמית • Broadcast • Reduce • Scatter • Gather • All-to-All • Wtime • Comm_size • Comm_rank • Barrier • All Gather

  6. Forall • Data parallel • Jacobi Iterations • Network bandwidth &Latency • Block and Strip partitions • Ghost Points • Code Safety • Partitioning • Divide-and-Conquer • N-body problem • Bucket sort • אינטגרציה נומרית מקבילית • Barnes-Hut Algorithm • Synchronous Computations

  7. OpenMP Atomic • Parallel regions • Race condition • Nowait • – SHARED • – PRIVATE • – FIRSTPRIVATE • – LASTPRIVATE • FORK-JOIN • Thread-Safe • Locks • Critical Section • OpenMP sections • Work Sharing • OpenMP Reduction • OpenMP critical • OpenMP Barrier

  8. Gauss Elimination • Gauss-Seidel Relaxation • Red-Black Ordering • Cilk principles • MatlabMPI • Parallel FFT • Introduction to GPU Computing (BGU) • Introduction to Grid Computing • Load Balancing • Termination Detection • Static/Dynamic load balancing • Centralized/De Centralized load balancing • Cilk keywords • Strands and Knots • Parallelization • Critical Path

  9. OpenMP summary - I

  10. OpenMP summary - II

  11. מה עוד... • משוואת החום • תכניות לדוגמה של חישובי PI ב MPIובOPENMP • Game of Life • Cellular Automata • Iterative Methods • Laplace’s Equation • Finite Difference Method • Hybrid MPI+OpenMP • פקודות לינוקס בסיסיות • ניתוח תכניות מחשב • מה התכנית עושה? • איזה קונספט היא מבטאת • היכן צווארי הבקבוק • מיקבול של לולאות • מה עושה קונדור? • Matrix multiplication • • Solving a system of linear equations

  12. Parallel Techniques • Embarrassingly Parallel Computations • Partitioning and Divide-and-Conquer Strategies • Pipelined Computations • Synchronous Computations • Asynchronous Computations • Strategies that achieve load balancing 3.1 ITCS 4/5145 Cluster Computing, UNC-Charlotte, B. Wilkinson, 2007.

More Related