comparing parallel computaion times using 2d sor dan stalloch 4/19/2011

7

Upload: kadeem

Post on 21-Mar-2016

64 views

Category:

Documents


0 download

DESCRIPTION

Comparing Parallel Computaion Times USING 2D SOR Dan Stalloch 4/19/2011. Languages used. MPI, OpenMP, Cilk++, Charm++, Cahpel, X10. Images Generated by running the MPI VErsion. 9 size, 3 rows, 3 cols, 5000 threshold. 14 size, 2 rows, 2 cols, 0.001 threshold. The Codes Used. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Comparing Parallel  Computaion  Times USING 2D SOR Dan  Stalloch 4/19/2011
Page 2: Comparing Parallel  Computaion  Times USING 2D SOR Dan  Stalloch 4/19/2011

MPI, OpenMP, Cilk++, Charm++, Cahpel, X10

Page 3: Comparing Parallel  Computaion  Times USING 2D SOR Dan  Stalloch 4/19/2011

9 size, 3 rows, 3 cols, 5000 threshold

14 size, 2 rows, 2 cols, 0.001 threshold

Page 5: Comparing Parallel  Computaion  Times USING 2D SOR Dan  Stalloch 4/19/2011

Numbers used 4 processors, 14 size, 2 rows, 2 cols, 0.001

thresholdFor MPI

Time taken was: 1303255876 seconds and 638772

microsecondsFor OpenMP

Time taken was: 1303256179 seconds and 182009 microseconds (this is

currently without executing whole code)

Page 6: Comparing Parallel  Computaion  Times USING 2D SOR Dan  Stalloch 4/19/2011

10,000 size, 5 rows, 2 cols, 0.001 threshold, size of

file generated is 95.4 MB

Page 7: Comparing Parallel  Computaion  Times USING 2D SOR Dan  Stalloch 4/19/2011

http://charm.cs.uiuc.edu/tutorial/BroadcastHelloWorld.htmhttp://blog.speedgocomputing.com/2010_08_01_archive.htmlhttp://ems.calumet.purdue.edu/mcss/kraftrl/cs590a/Successive-Over-Relaxation/2D-SOR-MPI.chttp://arstechnica.com/civis/viewtopic.php?f=20&t=723453

http://www.prace-project.eu/documents/15_x10_wl.pdf

http://cass-mt.pnnl.gov/docs/pubs/craytechreportrealms-deliv7.pdf

http://openmp.org/wp/openmp-compilers/http://cplusplus.syntaxerrors.info/index.php?title=

%27for%27_loop_initial_declaration_used_outside_C99_mod

ehttp://x10.codehaus.org/