openmp_2009_vt
openmp_2009_vt,
"OpenMP Shared Memory Programming",
given as part of Virginia Tech's Faculty Development Institute,
from 26-28 May 2009.
The following files were used:
-
dot_product_openmp.c,
a C program to compute the dot product of two vectors, with OpenMP.
-
fsu_logo.pdf,
a logo.
-
md_extract_openmp.f90,
extract from a FORTRAN90 program for molecular modeling, with OpenMP.
-
numa.png,
an illustration of the Nonuniform Memory Access (NUMA) architecture.
-
prime_sum.cpp,
a C++ program to count the number of primes between 2 and N.
-
prime_sum_openmp.cpp,
a C++ program to count the number of primes between 2 and N
with OpenMP.
-
quad_core.png,
a diagram of the arrangement of cores and memory in a quad core processor.
-
saxpy_openmp.c,
a C program to add a multiple of one vector to another, with OpenMP.
Last revised on 12 February 2024.