CSC/ECE 506 Spring 2011/ch4a bm: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Set up structure of page)
(Added a definitions and references section)
Line 12: Line 12:


== Message Passing ==
== Message Passing ==
= Definitions =
= References =
<span id="1foot">[[#1body|1.]]</span> [http://hpds.ee.kuas.edu.tw/download/parallel_processing/96/96present/20071212/Gaussian.pdf Parallel Gaussian Elimination Using OpenMP and MPI] by S.F.McGinn and R.E.Shaw <br>
<span id="2foot">[[#2body|2.]]</span> [http://www.mcs.anl.gov/~itf/dbpp/text/node90.html Case Study: Gaussian Elimination] by Ian Foster <br>

Revision as of 03:43, 27 February 2011

Overview

Gaussian Elimination

FORTRAN Background

Parallel Implementations

Data Parallel

Shared Memory

Message Passing

Definitions

References

1. Parallel Gaussian Elimination Using OpenMP and MPI by S.F.McGinn and R.E.Shaw
2. Case Study: Gaussian Elimination by Ian Foster