parallel_tasks_2008_vt
parallel_tasks_2008_vt,
"Some Model Programming Tasks",
part of an introduction to parallel
computing, as part of Virginia Tech's Faculty Development Institute,
from 10-12 June 2008.
The following files were used:
-
fsu_logo.pdf,
a logo.
-
galaxy.png
-
ising.png,
PNG image of
a 2D Ising model of magnetic alignment.
-
linpack_cpu_comparison.png,
PNG image of
a chart of the performance of the LINPACK benchmark on various CPU's.
-
linpack_parallel_comparison.png,
PNG image of
the performance of the LINPACK benchmark as the number of
CPU's increases.
-
method_of_lines.png,
PNG image of
the method of lines for solving a system of time-dependent
coupled PDE's.
-
mv_ij.f90,
a FORTRAN90 program to multiply a matrix times a vector, using
I, J loops.
-
mv_ji.f90,
a FORTRAN90 program to multiply a matrix times a vector, using
J, I loops.
-
ode.png,
PNG image of
an image suggesting the procedure for approximating the solution
of an ordinary differential equation.
-
particle_venting.png,
PNG image of
a 2D particle model.
-
search_randomized.png,
PNG image of
a function of X and Y whose maximum value is difficult to determine.
Last revised on 03 February 2024.