CSC/ECE 506 Spring 2011/ch4a bm: Difference between revisions
Jump to navigation
Jump to search
(Added a definitions and references section) |
(→References: changed order of text) |
||
Line 16: | Line 16: | ||
= References = | = 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] | <span id="1foot">[[#1body|1.]]</span> S.F.McGinn and R.E.Shaw, University of New Brunswick, [http://hpds.ee.kuas.edu.tw/download/parallel_processing/96/96present/20071212/Gaussian.pdf Parallel Gaussian Elimination Using OpenMP and MPI] <br> | ||
<span id="2foot">[[#2body|2.]]</span> [http://www.mcs.anl.gov/~itf/dbpp/text/node90.html Case Study: Gaussian Elimination] | <span id="2foot">[[#2body|2.]]</span> Ian Foster, Argonne National Laboratory, [http://www.mcs.anl.gov/~itf/dbpp/text/node90.html Case Study: Gaussian Elimination] <br> |
Revision as of 03:48, 27 February 2011
Overview
Gaussian Elimination
FORTRAN Background
Parallel Implementations
Data Parallel
Message Passing
Definitions
References
1. S.F.McGinn and R.E.Shaw, University of New Brunswick, Parallel Gaussian Elimination Using OpenMP and MPI
2. Ian Foster, Argonne National Laboratory, Case Study: Gaussian Elimination