PARALLEL_MATLAB_2010
Introduction to Parallel MATLAB at Virginia Tech
These slides are part of the presentation materials for a short course
on parallel MATLAB, as implemented on the Ithaca computer system.
The short course was taught by John Burkardt (Information Technology
Department) and Gene Cliff (Department of
Aerospace and Ocean Engineering)
sponsored by Virginia Tech's Advanced Research Computing (ARC) facility,
and presented through the Faculty Development Institute (FDI).
A PDF version is available in
../../presentations/parallel_matlab_2010.pdf.
The main LaTeX source file:
Extra files:
-
assemb_co_lst1.m,
the ASSEMB_CO program, part 1.
-
assemb_co_lst2.m,
the ASSEMB_CO program, part 2.
-
compute.m,
the COMPUTE function from the MD program.
-
configuration.png,
an image of the parallel configuration settings dialog box.
-
fdi_opt_folder.pdf,
an image of the directory containing the OPT example information.
-
grid_cliff.png,
an image of the grid used for the finite element version of the heat equation.
-
idataplex.png,
an image of an IBM iDataPlex system.
-
jtb_codist_folder.pdf,
an image of the directory containing the JTB_CODIST example information.
-
local_matlab.png,
an image that suggests how MATLAB can run locally in parallel.
-
md_profile.pdf,
a screen shot of MATLAB's profile command report on the MD program.
-
md_speedup.png,
a plot of the speedup of the MD program with increasing numbers of
MATLAB workers.
-
parallel_matlab.png,
a diagram that suggests how multiple copies of MATLAB can cooperate,
some on the user's machine and others on a remote system.
-
prime_number.m,
a program to count the number of primes less than N.
-
prime_number_parallel_run.m,
commands to run the prime number calculation in parallel.
-
quad_spmd_text.m,
the MATLAB code for the SPMD quadrature example.
-
run_assemb_co.m,
a MATLAB script to run ASSEMB_CO.
-
run_opt.m,
a MATLAB script to run the OPT example.
-
vt_logo.pdf,
a Virginia Tech logo.
You can go up one level to
the LATEX home page.
Last revised on 15 December 2009.