PERFORMANCE ANALYSIS OF PDE BASED PARALLEL ALGORITHMS ON DIFFERENT COMPUTER ARCHITECTURES


Kopan I., Çelebi M. S.

5th International Conference on Soft Computing, Computing with Words and Perceptions in System Analysis, Decision and Control, Famagusta, CYPRUS, 2 - 04 Eylül 2009, ss.96-100 identifier

  • Yayın Türü: Bildiri / Tam Metin Bildiri
  • Cilt numarası:
  • Basıldığı Şehir: Famagusta
  • Basıldığı Ülke: CYPRUS
  • Sayfa Sayıları: ss.96-100
  • İstanbul Teknik Üniversitesi Adresli: Evet

Özet

Performance of an algorithm mainly depends on both computer architecture and software. An Intel Xeon processor based HPC cluster and Intel Itanium2 based symmetric multiprocessing (SNIP) architectures are used for performance analysis of PDE based parallel algorithm. Algorithm is parallelized using MPI and performance measurements are done using Tuning and Analysis Utilities (TAU). Computational optimization reveals data independency and helps compiler to generate more efficient program for that specific processor. Removing data dependency inside loop is the key in this work. In iterative algorithms, like Gauss-Seidel method, each processor communicates with the same processors at every iteration. This feature makes persistent connection preferable.