1 / 16

Comparative Analysis of Sequential Programs Efficiency with Parallel Trapezoidal Method Program in MPICH

This study compares the efficiency of sequential programs with parallel trapezoidal method programs using MPICH. The development of large and complex data processing requires solutions to improve hardware and software capabilities. Parallel processing, implemented using MPICH, is one solution. Experiments comparing processing speed and efficiency between parallel and sequential programs for calculating integrals using the Trapezoid Integration Method will be conducted. The results will be presented in tables and graphs to showcase the advantages of using parallel processing.

adamv
Download Presentation

Comparative Analysis of Sequential Programs Efficiency with Parallel Trapezoidal Method Program in MPICH

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. A11.2010.05353 A11.2010.05354 A11.2010.05360 A11.2010.05318

  2. COMPARATIVE ANALYSIS OF SEQUENTIAL PROGRAMS EFFICIENCY WITH PARALLEL TRAPEZIODAL METHOD PROGRAM IN MPICH REFERENCESby Muhammad Irvansyah

  3. Abstract—COMPARATIVE ANALYSIS OF SEQUEN- TIAL PROGRAMS EFFICIENCY WITH PARALLEL TRAPEZOIDAL METHOD PROGRAM IN MPICH REF- ERENCES Muhammad Irvansyah master program, Fac- ulty of Computer Science, 2007 Gunadarma University http://www.gunadarma.ac.id Keywords : Trapezoid Inte- gration method, cluster, MPICH, parallel processing. Ab- stract : The development of large and complex data process- ing needs that increasing fast is one of the problems that is quite complicated. With ages, it seems this problem need a solution. One of these solutions is to improve the ability of hardware and software. Although the limits of capabilities of the hardware is not found yet, but in fact there are phys- ical limits to this development which sooner or later this limit will be reached. Thus the development of this soft- ware is one settlement of the problem Abstract—COMPARATIVE ANALYSIS OF SEQUEN- TIAL PROGRAMS EFFICIENCY WITH PARALLEL TRAPEZOIDAL METHOD PROGRAM IN MPICH REF- ERENCES Muhammad Irvansyah master program, Fac- ulty of Computer Science, 2007 Gunadarma University http://www.gunadarma.ac.id Keywords : Trapezoid Inte- gration method, cluster, MPICH, parallel processing. Ab- stract : The development of large and complex data process- ing needs that increasing fast is one of the problems that is quite complicated. With ages, it seems this problem need a solution. One of these solutions is to improve the ability of hardware and software. Although the limits of capabilities of the hardware is not found yet, but in fact there are phys- ical limits to this development which sooner or later this limit will be reached. Thus the development of this soft- ware is one settlement of the problem

  4. The development of the software in this context is parallel processing or known as parallelization. In this parallel processing this software used MPICH. MPICH is an implementation of the stan- dardized Message Passing Interface (MPI) which will run in a cluster network. To see the capabilities of this parallel processing then will be carried out the experiment, by com- paring between parallel programs with sequential programs to address problems. The problem here is the calculation of the integral using Trapezoid Integration Method. From the comparison the processing speed and efficiency that will be shown in the form of tables and graphs will be seen. From the table and the resulting graph the writer expected to provide a more knowledgeable about the advantages of us- ing parallel processing. References (1995 - 2005

  5. Perkembangan perangkat keras komputer

  6. Dari perkembangan yang begitu pesat, untuk masyarakat atau industri yang mapan tidak akan menjadi permasalahan,

  7. akan tetapi untuk masyarakat atau industri yang baru berkembangan itu akan menjadi suatu permasalahan yang cukup rumit

  8. Paralelisasi ???

  9. Inti dari paralelisasi ini ada tiga yaitu perangkat keras, perangkat lunak, dan aplikasinya. Dari ketiga inti komputasi paralel ini, suatu metode yang paling ditingkatkan kemampuannya yaitu peningkatan kemampuan dari fungsi suatu perangkat lunak

  10. Fungsi perangkat lunak

  11. Tetapi yang diharapkan pada metode paralelisasi ini, bukan hanya menyangkut kecepatan pemrosesan saja, tetapi efisiensinya pun harus terlihat

  12. Untuk itu diperlukan suatu perbandingan antara program sekuensial dengan program paralel, untuk melihat bahwa komputasi paralelisasi berjalan lebih baik bila dibandingkan dengan komputasi secara sekuensial

  13. Perangkat lunak yang digunakan adalah MPICH

  14. Pemrosesan paralel menjadi sebuah pilihan penting setelah pemrosesan sekuensial mengalami berbagai keterbatasan.

  15. Dengan mempergunakan pemrosesan paralel, maka dapat dibuat sebuah program untuk menyelesaikan suatu masalah dengan waktu pengerjaannya yang lebih sedikit. Singkatnya, disini komputasi akan dilakukan secara bersama-sama atau secara paralel oleh sekian banyak komputer

  16. Waktu Proses Pemrograman terbagi menjadi 2 bagian yaitu waktu proses sekuensial dan waktu proses paralel. Dimana waktu proses sekuensial adalah waktu yang dibutuhkan untuk mengeksekusi algoritma sekuensial, sedangkan waktu proses paralel adalah waktu yang dibutuhkan untuk mengeksekusi algoritma paralel

More Related