matlab_parallel_2011_fsu
matlab_parallel_2011_fsu,
"Parallel MATLAB at FSU: PARFOR and SPMD",
a talk about Parallel MATLAB at Florida State University,
for execution on desktops or
the FSU HPC cluster, using MATLAB's PARFOR and SPMD features,
31 March 2011.
The files used for this presentation include
-
fsu_logo.pdf.m,
a logo.
-
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.
-
spring_mass.png,
an image of a spring-mass system.
-
trapezoid_rule.png,
an image that suggests the trapezoid rule approach to quadrature.
Last revised on 15 February 2024.