matlab_parallel_2010_vt
matlab_parallel_2010_vt,
"Introduction to Parallel MATLAB at Virginia Tech",
slides for a short course on parallel MATLAB,
as implemented on the Ithaca computer system,
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),
on 08 February 2010
Files include:
-
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.
-
fsu_logo.pdf,
a logo.
-
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.
Last revised on 13 February 2024.