FSU_2011_MATLAB_PARALLEL
Parallel MATLAB at FSU: PARFOR and SPMD
I gave a talk on Thursday, 31 March 2011, about the use of Parallel
MATLAB at Florida State University, for execution on desktops or
the FSU HPC cluster, using MATLAB's PARFOR and SPMD features.
A PDF version is available as
../../presentations/fsu_2011_matlab_parallel.pdf.
The files used for this presentation include
-
fsu_2011_matlab_parallel.tex,
the LATEX source code.
-
map.png,
an image of an intercity highway system, with distances.
-
ode_maximum.png,
an image that suggests how the ODE parameters define a solution,
which in turn achieves a maximum value we want to track.
-
ode_sweep_parfor.png,
an image of a plot of the maximum solution values over a range
of two parameters.
-
quad.png,
an image that suggests the quadrature problem.
-
quad_fun_spmd.m,
a MATLAB function to estimate an integral using SPMD.
-
sc_logo.pdf.m,
a logo for the FSU Department of Scientific Computing.
-
spring_mass.png,
an image of a spring-mass system.
-
trapezoid_rule.png,
an image that suggests the trapezoid rule approach to quadrature.
You can go up one level to
the LATEX home page.
Last revised on 22 March 2011.