matlab_parfor_2010_vt
matlab_parfor_2010_vt,
"Parallel MATLAB: Parallel FOR Loops",
a lecture on parallel MATLAB, as implemented on the Ithaca computer cluster
at Virginia Tech's Advanced Research Computing facility,
04 June 2010.
Some information for those interested in attending the lecture
is included in matlab_parfor_2010_vt.txt.
The files used for this presentation include
-
boat.png,
an image illustrating small boats in a strong current.
-
compute.m,
a MATLAB function, part of the MD program, which computes
interparticle forces.
-
fsu_logo.pdf,
a logo.
-
integrate.m,
a MATLAB function which estimates the integral of a function f(x);
it is to be converted into a parallel program using PARFOR.
-
local_matlab.png,
an image that suggests the system of local workers available
on a desktop machine.
-
md.png,
an image that suggests the molecular dynamics simulation computation.
-
md_profile.pdf,
the performance report returned by MATLAB's profile command for
the MD program.
-
md_speedup.png,
a plot of the speedup in execution time for a parallel version of the
MD program.
-
ode_sweep_display.m,
a MATLAB function which plots the data computed by ode_sweep_parfor.
-
ode_sweep_parfor.m,
a MATLAB function which evaluates the maximum value of the solution
of an ODE for a given set of parameters.
-
ode_sweep_parfor.png,
an image of a plot of the maximum solution values over a range
of two parameters.
-
parallel_matlab.png,
an image that suggests the system of local and remote workers available
to a user via the Distributed Compute Server.
-
prime.m,
a MATLAB function to count the number of primes less than or equal to N.
-
prime.png,
an image that suggests the prime number sieve.
-
prime_parallel.m,
a parallel MATLAB function to count the number of primes
less than or equal to N.
-
prime_parallel_run.m,
interactive commands to run the parallel version of the prime number function.
-
prime_script.m,
a version of the prime number function rewritten as a script.
-
spring_mass.png,
an image of a spring-mass system.
Last revised on 13 February 2024.